Share via


Operation.GetChildCollection(String) Método

Definición

Recupera la colección secundaria basándose en el 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

El tipo del elemento.

Devoluciones

La colección secundaria basándose en el tipo de elemento.

Se aplica a