IDTSInput100.InputColumnCollection Eigenschaft

Definition

Es bekommt die Nummer IDTSInputColumnCollection100 eines IDTSInput100 Objekts.

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

Eigenschaftswert

IDTSInputColumnCollection100 des IDTSInput100-Objekts.

Attribute

Hinweise

Die enthält InputColumnCollection die Sammlung der IDTSInputColumn100 Objekte, die der Komponente hinzugefügt IDTSInput100 wurden. Diese Spalten entsprechen den Spalten, die in der PipelineBuffer Komponente der ProcessInput Methode bereitgestellt sind.

Gilt für: