Bagikan melalui


Operation.GetChildCollection Method

Retrieves the child collection based on element type.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.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
The child collection based on element type.

See Also

Reference

Operation Class

Microsoft.SqlServer.Management.IntegrationServices Namespace