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のメソッドを呼び出します。

適用対象