IDTSInput100.InputColumnCollection Property

Definition

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

Property Value

The IDTSInputColumnCollection100 of the IDTSInput100 object.

Attributes

Remarks

The InputColumnCollection contains the collection of IDTSInputColumn100 objects that have been added to the IDTSInput100 of the component. These columns correspond to the columns contained in the PipelineBuffer provided to the component in the ProcessInput method.

Applies to