次の方法で共有


クラス SMS_ContentPackageの AddDistributionPointGroup メソッド

Windows Management Instrumentation (WMI) クラス メソッドはAddDistributionPointGroup、Configuration Managerで、コンテンツ パッケージを配布ポイント グループのセットに追加します。

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

構文

sint32 AddDistributionPointGroup (  
     string DistributionPointGroup[],  
);  

パラメーター

DistributionPointGroup
データ型: String 配列

修飾子: [in]

配布ポイント グループの配列。

戻り値

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

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

要件

ランタイム要件

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

開発要件

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

関連項目

SMS_Application サーバー WMI クラス