클래스 SMS_Collection의 GetDependent 메서드GetDependent method in class SMS_Collection
2010 버전부터 GetDependent
Configuration Manager의 WMI 클래스 메서드는 입력 컬렉션에 따라 달라 지는 컬렉션 관계 정보를 가져옵니다.Starting in version 2010, the GetDependent
WMI class method in Configuration Manager gets the collection relationship info which depends on the input collection.
다음 구문은 MOF(Managed Object Format) (MOF) 코드에서 간소화 되었으며 메서드를 정의 합니다.The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
구문Syntax
sint32 GetDependent(
string Relationship[]
);
매개 변수Parameters
Relationship
데이터 형식: String[]
(array)Data type: String[]
(array)
한정자: [out]Qualifiers: [out]
컬렉션 종속성 관계의 JSON 문자열 배열입니다.JSON string array of collection dependency relationship.
반환 값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 server development 요구 사항을 참조 하세요.For more information, see Configuration Manager server development requirements.