IDTSComponentMetaData100.InputCollection プロパティ

定義

コンポーネントの IDTSInput100 オブジェクトのコレクションを取得します。

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

プロパティ値

コンポーネントの IDTSInputCollection100 コレクションです。

属性

注釈

このコレクションには、コンポーネントによって定義される IDTSInput100 オブジェクトが含まれます。 このオブジェクトを使用して、コレクションの入力オブジェクトのアクセス、追加、および削除を実行できます。 コレクションの New メソッドを呼び出すことにより、新しい入力オブジェクトが作成され、コレクションに追加されます。 プログラムでコンポーネントを追加したり、データ フロー タスクの既存のコンポーネントを変更したりする場合は、コレクションを直接変更しないでください。 代わりに、コンポーネントのデザイン時インスタンスのメソッド、CManagedComponentWrapperClass を呼び出してください。

適用対象