SfcInstance.GetChildCollection Method

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Friend MustOverride Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
'Usage
Dim elementType As String 
Dim returnValue As ISfcCollection 

returnValue = Me.GetChildCollection(elementType)
protected internal abstract ISfcCollection GetChildCollection(
    string elementType
)
protected public:
virtual ISfcCollection^ GetChildCollection(
    String^ elementType
) abstract
abstract GetChildCollection : 
        elementType:string -> ISfcCollection
abstract function GetChildCollection(
    elementType : String
) : ISfcCollection

Parameters

  • elementType
    Type: System.String
    The given name of the element type.

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
The child collection.

See Also

Reference

SfcInstance Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace