IDTSInput100.InputColumnCollection 属性

Gets the IDTSInputColumnCollection100 of an IDTSInput100 object.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
ReadOnly Property InputColumnCollection As IDTSInputColumnCollection100 
    Get
用法
Dim instance As IDTSInput100 
Dim value As IDTSInputColumnCollection100 

value = instance.InputColumnCollection
IDTSInputColumnCollection100 InputColumnCollection { get; }
property IDTSInputColumnCollection100^ InputColumnCollection {
    IDTSInputColumnCollection100^ get ();
}
abstract InputColumnCollection : IDTSInputColumnCollection100
function get InputColumnCollection () : IDTSInputColumnCollection100

属性值

类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumnCollection100
The IDTSInputColumnCollection100 of the IDTSInput100 object.

注释

The InputColumnCollection contains the collection of IDTSInputColumn100 objects that have been added to the IDTSInput100 of the component. These columns correspond to the columns contained in the PipelineBuffer provided to the component in the ProcessInput method.

请参阅

参考

IDTSInput100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间