Operation.GetChildCollection(String) Metodo

Definizione

Recupera la collezione figlia in base al tipo di 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

Parametri

elementType
String

Tipo dell'elemento.

Valori restituiti

La raccolta figlia basata sul tipo di elemento.

Si applica a