Operation.GetChildCollection(String) 메서드

정의

요소 유형을 기준으로 자식 컬렉션을 검색합니다.

protected:
 override Microsoft::SqlServer::Management::Sdk::Sfc::ISfcCollection ^ GetChildCollection(System::String ^ elementType);
protected override Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection GetChildCollection (string elementType);
override this.GetChildCollection : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
Protected Overrides Function GetChildCollection (elementType As String) As ISfcCollection

매개 변수

elementType
String

요소의 유형입니다.

반환

요소 유형을 기준으로 한 자식 컬렉션입니다.

적용 대상