IDTSComponentMetaData100.OutputCollection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントによって定義される 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のデザイン時インスタンスのメソッドを呼び出す必要があります。