類別SMS_Application中的 GetCIDocuments 方法
Configuration Manager GetCIDocuments
中的 Windows Management Instrumentation (WMI) 類別方法會取得應用程式安裝的所有設定專案檔案。
下列語法是從受控物件格式 (MOF) 程式碼中簡化,並定義 方法。
語法
sint32 GetCIDocuments (
uint32 DocCIID[],
string DocumentID[],
string DocumentType[]
);
參數
DocCIID
資料類型: UInt32
陣列
限定詞:[out]
檔的設定專案識別碼。
DocumentID
資料類型: String
陣列
限定詞:[out]
檔識別碼清單。
DocumentType
資料類型: String
陣列
限定詞:[out]
檔案類型。 可能的值為:
值 | 檔案類型 |
---|---|
1 | 代表資訊清單檔。 |
2 | 表示屬性檔。 |
3 | 表示最新版本組態專案的原則檔。 |
-3 | 表示不是最新版本設定專案的原則檔。 |
傳回值
資料 SInt32
類型,為 0 表示成功或非零表示失敗。
如需處理傳回錯誤的詳細資訊,請參閱關於Configuration Manager錯誤。
需求
執行時間需求
如需詳細資訊,請參閱Configuration Manager伺服器執行時間需求。
開發需求
如需詳細資訊,請參閱Configuration Manager伺服器開發需求。