Metodo GetChildCollection
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Friend MustOverride Function GetChildCollection ( _
elementType As String _
) As ISfcCollection
'Utilizzo
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
Parametri
- elementType
Tipo: System. . :: . .String
The given name of the element type.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcCollection
The child collection.