IDTSComponentMetaData100.OutputCollection プロパティ

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutputCollection100 ^ OutputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(103)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.IDTSOutputCollection100
Public ReadOnly Property OutputCollection As IDTSOutputCollection100

プロパティ値

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

属性

注釈

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

適用対象