Operation.GetChildCollection(String) Method

Definition

Retrieves the child collection based on element type.

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

Parameters

elementType
String

The type of the element.

Returns

The child collection based on element type.

Applies to