Partager via


Méthode GetChildCollection

Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. Returns a ISfcCollection object.

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

Syntaxe

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

Paramètres