IDTSComponentMetaData100.OutputCollection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutputCollection100 ^ OutputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(103)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSOutputCollection100
Public ReadOnly Property OutputCollection As IDTSOutputCollection100
プロパティ値
コンポーネントのIDTSOutputCollection100です。
- 属性
注釈
このコレクションには、コンポーネントによって定義されたIDTSOutput100オブジェクトが含まれています。 コレクションから出力オブジェクトへのアクセス、追加、削除に使用できます。 新しい出力オブジェクトは、コレクションのNew メソッドを呼び出すことで作成・追加されます。 データフロータスクでコンポーネントをプログラム的に変更する際、コレクションを直接変更すべきではありません。 代わりに、コンポーネントの設計時インスタンスであるCManagedComponentWrapperClassのメソッドを呼び出すべきです。