IDTSInput100.InputColumnCollection プロパティ

定義

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

プロパティ値

IDTSInputColumnCollection100 オブジェクトの IDTSInput100 です。

属性

注釈

InputColumnCollection には、コンポーネントに追加されたオブジェクトの IDTSInputColumn100 コレクションが IDTSInput100 含まれています。 これらの列は、PipelineBuffer メソッドでコンポーネントに提供された ProcessInput に含まれている列に対応します。

適用対象