Msvm_ReferencePointOfVirtualSystemCollection 类

Msvm_ReferencePointCollection 关联到相应的 Msvm_VirtualSystemCollection 对象。

以下语法从托管对象格式 (MOF) 代码中简化,包括所有继承的属性。

语法

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ReferencePointOfVirtualSystemCollection : CIM_Dependency
{
  CIM_CollectionOfMSEs REF Antecedent;
  CIM_Collection       REF Dependent;
};

成员

Msvm_ReferencePointOfVirtualSystemCollection 类具有以下类型的成员:

属性

Msvm_ReferencePointOfVirtualSystemCollection 类具有这些属性。

先行

数据类型: CIM_CollectionOfMSEs

访问类型:只读

限定符: 重写 (“Antecedent”)

表示此关联中的独立对象的 CIM_CollectionOfMSEs

依赖项

数据类型: CIM_Collection

访问类型:只读

限定符: 替代 (“依赖”)

一个 CIM_Collection ,表示依赖于 前者的对象。

要求

要求
最低受支持的客户端
Windows 10 [仅限桌面应用]
最低受支持的服务器
Windows Server 2016
命名空间
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

另请参阅

CIM_Dependency