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