IDTSInput100.InputColumnCollection Eigenschaft

Definition

Ruft den IDTSInputColumnCollection100 eines IDTSInput100-Objekts ab.

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

Dies InputColumnCollection enthält die Auflistung von IDTSInputColumn100 Objekten, die der IDTSInput100 Komponente hinzugefügt wurden. Diese Spalten entsprechen den Spalten, die in der PipelineBuffer bereitgestellten Komponente in der ProcessInput Methode enthalten sind.

Gilt für: