クラス SMS_Application の GetCIDocumentBody メソッド

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

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

構文

sint32 GetCIDocumentBody (
     string DocumentID,
     string Document
);

パラメーター

DocumentID データ型: String

Qualifiers: [in]

ドキュメントの ID。

Document データ型: String

Qualifiers: [out]

ドキュメントの本文。

戻り値

成功を示す 0 または失敗を示す場合は 0 以外の SInt32 データ型。

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

要件

ランタイム要件

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

開発要件

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

関連項目

SMS_Application サーバー WMI クラス