ManagedInstance.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

요소 형식입니다.

반환

자식 컬렉션을 반환합니다.

적용 대상