Compartilhar via


Operation.GetChildCollection(String) Método

Definição

Recupera a coleção de filhos baseada no tipo de elemento.

protected:
 override Microsoft::SqlServer::Management::Sdk::Sfc::ISfcCollection ^ GetChildCollection(System::String ^ elementType);
protected override Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection GetChildCollection (string elementType);
override this.GetChildCollection : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
Protected Overrides Function GetChildCollection (elementType As String) As ISfcCollection

Parâmetros

elementType
String

O tipo do elemento.

Retornos

A coleção de filhos baseada no tipo de elemento.

Aplica-se a