DacDomain.GetChildCollection Method

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Returns a ISfcCollection object.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

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

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

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
A ISfcCollection object.

See Also

Reference

DacDomain Class

Microsoft.SqlServer.Management.Dac Namespace