IDTSInput100.InputColumnCollection プロパティ

定義

IDTSInputColumnCollection100 オブジェクトの IDTSInput100 を取得します。

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

プロパティ値

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

属性

注釈

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

適用対象