SfcInstance.GetChildCollection(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.