다음을 통해 공유


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

매개 변수