cim_productsoftwarefeatures.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 21 行

MOF
21
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_ProductSoftwareFeatures// ==================================================================   [Association, UMLPackagePath ( "CIM::Application::DeploymentModel" ),    Aggregation, Version ( "2.6.0" ), Description (       "The ProductSoftwareFeatures association identifies the "       "SoftwareFeatures for a particular Product.")]class CIM_ProductSoftwareFeatures {      [Key, Aggregate, Min ( 1 ), Max ( 1 ), Description (          "The Product that scopes the SoftwareFeatures.")]   CIM_Product REF Product;      [Key, Weak, Description (          "The SoftwareFeature in a Product.")]   CIM_SoftwareFeature REF Component;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?