ManagedInstance.GetChildCollection 메서드

Throws a UtilityException. There is no such collection.

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
Protected Overrides Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
‘사용 방법
Dim elementType As String 
Dim returnValue As ISfcCollection 

returnValue = Me.GetChildCollection(elementType)
protected override ISfcCollection GetChildCollection(
    string elementType
)
protected:
virtual ISfcCollection^ GetChildCollection(
    String^ elementType
) override
abstract GetChildCollection : 
        elementType:string -> ISfcCollection  
override GetChildCollection : 
        elementType:string -> ISfcCollection
protected override function GetChildCollection(
    elementType : String
) : ISfcCollection

매개 변수

  • elementType
    유형: System.String
    A string value that specifies the element type.

반환 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
A UtilityException object.

참고 항목

참조

ManagedInstance 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스