클래스 SMS_ContentPackage의 AddDistributionPointGroup 메서드AddDistributionPointGroup Method in Class SMS_ContentPackage
AddDistributionPointGroup
Configuration Manager에서 WMI(Windows Management Instrumentation) (WMI) 클래스 메서드는 콘텐츠 패키지를 배포 지점 그룹 집합에 추가 합니다.The AddDistributionPointGroup
Windows Management Instrumentation (WMI) class method, in Configuration Manager, adds the content package to a set of distribution point groups.
다음 구문은 MOF(Managed Object Format) (MOF) 코드에서 간소화 되었으며 메서드를 정의 합니다.The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
구문Syntax
sint32 AddDistributionPointGroup (
string DistributionPointGroup[],
);
매개 변수Parameters
DistributionPointGroup
데이터 형식: String
ArrayData type: String
Array
한정자: [in]
Qualifiers: [in]
배포 지점 그룹의 배열입니다.Array of distribution point groups.
반환 값Return Values
성공 여부를 나타내는 SInt32
0 이거나 실패를 나타내는 0이 아닌 데이터 형식입니다.An SInt32
data type that is 0 to indicate success or non-zero to indicate failure.
반환된 오류 처리에 대한 자세한 내용은 Configuration Manager 오류 정보를 참조하세요.For more information about handling returned errors, see About Configuration Manager Errors.
요구 사항Requirements
런타임 요구 사항Runtime Requirements
자세한 내용은 Configuration Manager 서버 런타임 요구 사항을 참조하세요.For more information, see Configuration Manager Server Runtime Requirements.
개발 요구 사항Development Requirements
자세한 내용은 Configuration Manager 서버 개발 요구 사항을 참조하세요.For more information, see Configuration Manager Server Development Requirements.