クラス SMS_Collectionの ClientEditions メソッド
Configuration Managerの Windows Management Instrumentation (WMI) クラス メソッドはClientEditions
、クライアント エディションの一覧と、プロパティをDeviceOwner
編集できるかどうかを取得します。
次の構文は、マネージド オブジェクト形式 (MOF) コードから簡略化され、 メソッドを定義します。
構文
SInt32 ClientEditions(
UInt32 ClientEdition[],
Boolean Editable[]
);
パラメーター
ClientEdition
データ型: UInt32
配列
修飾子: [out]
クライアントのエディション。 使用可能な値は次のとおりです。
値 | クライアント エディション |
---|---|
0 | Desktop |
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 のデータ型、失敗を示す 0 以外のデータ型。
返されたエラーの処理の詳細については、「Configuration Manager エラーについて」を参照してください。
要件
ランタイム要件
詳細については、「Configuration Manager サーバーランタイム要件」を参照してください。
開発要件
詳細については、「Configuration Manager サーバー開発要件」を参照してください。