Freigeben über


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

  • elementType
    Typ: System.String
    The given name of the element type.

Rückgabewert

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

Siehe auch

Verweis

SfcInstance Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace