Msvm_CollectionManagementService 类的 DefineCollection 方法

创建新的 CIM_CollectionOfMSEs 对象。

语法

uint32 DefineCollection(
  [in]  string                   Name,
  [in]  string                   Id,
  [in]  uint16                   Type,
  [out] CIM_CollectionOfMSEs REF DefinedCollection,
  [out] CIM_ConcreteJob      REF Job
);

parameters

Name [in]

新集合的名称。

ID [in]

新集合的 ID。

键入 [in]

新集合的类型。

虚拟系统的集合 (0)

集合 (1)

DefinedCollection [out]

对定义集合的 对象的引用。

作业 [out]

如果任务) 完成,则对作业 (的引用可以为 null。

返回值

如果成功,则返回 0 或 4096 (作业启动) ;否则,将返回错误。

已完成,无错误 (0)

已检查方法参数 - 作业 启动 (4096)

(32768) 失败

访问被拒绝 (32769)

不支持 (32770)

状态未知 (32771)

超时 (32772)

参数 (32773) 无效

系统正在使用 (32774)

此操作的无效状态 (32775)

数据类型 (32776) 不正确

系统 (32777) 不可用

内存不足 (32778)

(32779) 找不到文件

要求

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

请参阅

Msvm_CollectionManagementService