Freigeben über


GetChildCollection-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Friend MustOverride Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
'Usage
Dim elementType As String
Dim returnValue As ISfcCollection

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

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcCollection
The child collection.