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