GetChildCollection Método
Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Protected Overrides Function GetChildCollection ( _
elementType As String _
) As ISfcCollection
'Uso
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
Parámetros
- elementType
Tipo: System. . :: . .String
A String object value.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcCollection
A [Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection] value.