Compartilhar via


Método GetChildCollection

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Protected Friend MustOverride Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
'Uso
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

Parâmetros

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcCollection
The child collection.