Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves the child collection based on element type.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.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
- elementType
Type : System.String
The type of the element.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
The child collection based on element type.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices