📄 cim_softwarefeaturesapimplementation.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// CIM_SoftwareFeatureSAPImplementation// ================================================================== [Association, Version ( "2.8.0" ), Description ( "An association between a ServiceAccessPoint and how it is " "implemented in software. The cardinality of this association " "is many-to-many. A SAP may be provided by more than one " "SoftwareFeature. When multiple SoftwareFeatures are associated " "with a single SAP, it is assumed that these elements operate " "in conjunction to provide the AccessPoint. Note that any " "SoftwareFeature may provide more than one ServiceAccessPoint. " "\nIf different implementations of a SAP exist, each of these " "implementations would result in individual instantiations of " "the ServiceAccessPoint object. These individual instantiations " "would then have their own associations to the unique " "implementations.")]class CIM_SoftwareFeatureSAPImplementation : CIM_Dependency { [Override ( "Antecedent" ), Description ( "The SoftwareFeature implementing the SAP.")] CIM_SoftwareFeature REF Antecedent; [Override ( "Dependent" ), Description ( "The AccessPoint being implemented.")] CIM_ServiceAccessPoint REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -