IDTSInputColumnCollection100.New 方法

Creates a new IDTSInputColumn100 and adds it to a collection.

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

语法

声明
Function New As IDTSInputColumn100
用法
Dim instance As IDTSInputColumnCollection100 
Dim returnValue As IDTSInputColumn100 

returnValue = instance.New()
IDTSInputColumn100 New()
IDTSInputColumn100^ New()
abstract New : unit -> IDTSInputColumn100
function New() : IDTSInputColumn100

返回值

类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The new IDTSInputColumn100 object.

注释

IDTSInputColumn100 objects are created using this method. New columns are inserted at the end of the collection unless the NewAt method is used.

请参阅

参考

IDTSInputColumnCollection100 接口

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