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已添加到组件中的IDTSInput100对象集合IDTSInputColumn100。 这些列对应于方法中组件所提供的PipelineBufferProcessInput列。

适用于