SfcInstance.GetChildCollection(String) Method

Definition

Get the child collection in this instance for the given element name string.

protected internal abstract Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection GetChildCollection (string elementType);
abstract member GetChildCollection : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
Protected Friend MustOverride Function GetChildCollection (elementType As String) As ISfcCollection

Parameters

elementType
String

The element name string. Note that it is singular not plural like the collection name often is.

Returns

The child collection instance.

Applies to