IDTSComponentMetaData100.OutputCollection プロパティ

定義

コンポーネントによって定義された IDTSOutput100 オブジェクトの集合を取得します。

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputCollection100 ^ OutputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(103)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCollection100 OutputCollection { [System.Runtime.InteropServices.DispId(103)] get; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
member this.OutputCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCollection100
Public ReadOnly Property OutputCollection As IDTSOutputCollection100

プロパティ値

コンポーネントの IDTSOutputCollection100 です。

属性

注釈

このコレクションにはコンポーネントによって定義された IDTSOutput100 オブジェクトが含まれています。 コレクションから出力オブジェクトへのアクセス、追加、削除に使用できます。 新しい出力オブジェクトは、コレクションの New メソッドを呼び出して作成・追加されます。 データフロータスクでコンポーネントをプログラム的に変更する際、コレクションを直接変更すべきではありません。 代わりに、コンポーネントの設計時インスタンス CManagedComponentWrapperClassのメソッドを呼び出します。

適用対象