Partilhar via


Método SfcInstance.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

  • elementType
    Tipo: System.String
    The given name of the element type.

Valor de retorno

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

Consulte também

Referência

SfcInstance Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc