类SMS_Collection中的 ClientEditions 方法

ClientEditions在 Configuration Manager 中,Windows Management Instrumentation (WMI) 类方法检索客户端版本列表以及是否可以编辑属性DeviceOwner

以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。

语法

SInt32 ClientEditions(  
     UInt32 ClientEdition[],  
     Boolean Editable[]  
);  

参数

ClientEdition
数据类型: UInt32 数组

限定符:[out]

客户端的版本。 可能的值是:

客户端版本
0 桌面
1 Windows RT
2 Windows Mobile 6
3 Nokia Symbian
4 Windows Phone
5 Mac
6 Windows CE
7 Windows Embedded
8 iOS
9 iPad
10 iPodTouch
11 Andriod
12 iSocConsumer
13 Unix/Linux

Editable
数据类型: Boolean 数组

限定符:[out]

true 如果属性可以编辑, DeviceOwner 则为 。

返回值

一个 SInt32 数据类型,为 0 表示成功,非零表示失败。

有关处理返回的错误的详细信息,请参阅关于Configuration Manager错误

要求

运行时要求

有关详细信息,请参阅Configuration Manager服务器运行时要求

开发要求

有关详细信息,请参阅Configuration Manager服务器开发要求

另请参阅

SMS_Collection服务器 WMI 类
SMS_Site 服务器 WMI 类