IDTSInput100.InputColumnCollection 属性

定义

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInputColumnCollection100 ^ InputColumnCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInputColumnCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(106)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.IDTSInputColumnCollection100
Public ReadOnly Property InputColumnCollection As IDTSInputColumnCollection100

属性值

IDTSInputColumnCollection100 对象的 IDTSInput100

属性

注解

InputColumnCollection 包含已添加到 IDTSInput100 组件的 的 的 IDTSInputColumn100 对象的集合。 这些列对应于在 方法中PipelineBufferProcessInput提供给 组件的 中包含的列。

适用于