Operation.GetChildCollection 方法

Retrieves the child collection based on element type.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Protected Overrides Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
用法
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

参数

返回值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
The child collection based on element type.

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间