Método GetChildCollection
Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. Returns a ISfcCollection object.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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 value.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcCollection
A ISfcCollection object.