次の方法で共有


クラス SMS_Applicationの GetCIDocumentBody メソッド

GetCIDocumentBody Configuration Managerの Windows Management Instrumentation (WMI) クラス メソッドは、構成項目のドキュメント本文を取得します。

次の構文は、マネージド オブジェクト形式 (MOF) コードから簡略化され、 メソッドを定義します。

構文

sint32 GetCIDocumentBody (  
     string DocumentID,  
     string Document  
);  

パラメーター

DocumentID
データ型: String

修飾子: [in]

ドキュメントの ID。

Document
データ型: String

修飾子: [out]

ドキュメントの本文。

戻り値

SInt32成功を示す 0 のデータ型、失敗を示す 0 以外のデータ型。

返されたエラーの処理の詳細については、「Configuration Manager エラーについて」を参照してください。

要件

ランタイム要件

詳細については、「Configuration Manager サーバーランタイム要件」を参照してください。

開発要件

詳細については、「Configuration Manager サーバー開発要件」を参照してください。

関連項目

SMS_Application サーバー WMI クラス