📄 cim_hostedcollection.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="SysDevCR00707.002" type ="add">CPUBS corrections to// CoreCollection.mof</change>// ==================================================================// CIM_HostedCollection// ================================================================== [Association, Version ( "2.10.0" ), Description ( "HostedCollection defines a SystemSpecificCollection in the " "context of a scoping System. It represents a Collection that " "has meaning only in the context of a System, a Collection " "whose elements are restricted by the definition of the System, " "or both of these types of Collections.")]class CIM_HostedCollection : CIM_HostedDependency { [Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The scoping system.")] CIM_System REF Antecedent; [Override ( "Dependent" ), Description ( "The collection defined in the context of a system.")] CIM_SystemSpecificCollection REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -