IDTSComponentMetaData100.InputCollection プロパティ

定義

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

プロパティ値

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

属性

注釈

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

適用対象