Operation.GetChildCollection メソッド

要素の型に基づいた子コレクションを取得します。

名前空間:  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
要素の型に基づいた子コレクション。

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間