IDTSInput100.InputColumnCollection 属性

定义

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。 这些列对应于方法中 PipelineBuffer 提供给组件的 ProcessInput 列。

适用于