Win32_TSVm 类的 QueryOfflineInformation 方法
检索当前虚拟桌面服务器的属性 (VDS) ,但仅当服务器脱机时。
语法
uint32 QueryOfflineInformation(
[out] string Build,
[out] string CurrentVersion,
[out] string InstallationType,
[out] string EditionId,
[out] string SysPrepImageState,
[out] string SysPrepMode,
[out] sint32 ProcArch,
[out] boolean fIsVmbusCapable,
[out] boolean fIsRdvIcInstalled
);
参数
-
生成 [out]
-
成功后,返回 VDS 的内部版本。
-
CurrentVersion [out]
-
成功后,返回当前版本的 VDS。
-
InstallationType [out]
-
成功后,返回 VDS 的安装类型。
-
EditionId [out]
-
成功后,返回 VDS 的版本 ID。
-
SysPrepImageState [out]
-
成功后,返回 VDS 的系统准备映像状态。
-
SysPrepMode [out]
-
成功后,返回 VDS 的系统准备模式。
-
ProcArch [out]
-
成功后,返回一个指示处理器体系结构的值。
-
0
-
x86
-
1
-
amd64
fIsVmbusCapable [out]
如果成功,则指示系统是否支持 VMBus。
fIsRdvIcInstalled [out]
成功时,指示是否已安装 RDVIC。
返回值
成功时返回 0,否则返回 WMI 错误代码。 有关这些值的列表,请参阅 远程桌面服务 WMI 提供程序错误代码 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
无受支持的版本 |
最低受支持的服务器 |
Windows Server 2012 |
命名空间 |
Root\CIMv2\TerminalServices |
MOF |
|
DLL |
|