Partager via


Méthode SfcInstance.GetChildCollection

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Friend MustOverride Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

SfcInstance Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc