IDTSComponentMetaData100.InputCollection プロパティ

定義

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

プロパティ値

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

属性

注釈

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

適用対象