IDTSOutputColumnCollection100.NewAt 方法

Creates a new output column object and adds it to a collection at the specified index.

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

语法

声明
Function NewAt ( _
    lIndex As Integer _
) As IDTSOutputColumn100
用法
Dim instance As IDTSOutputColumnCollection100 
Dim lIndex As Integer 
Dim returnValue As IDTSOutputColumn100 

returnValue = instance.NewAt(lIndex)
IDTSOutputColumn100 NewAt(
    int lIndex
)
IDTSOutputColumn100^ NewAt(
    [InAttribute] int lIndex
)
abstract NewAt : 
        lIndex:int -> IDTSOutputColumn100
function NewAt(
    lIndex : int
) : IDTSOutputColumn100

参数

返回值

类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
The newly created IDTSOutputColumn100 object.

注释

If the specified index is outside the bounds of the collection, the IDTSOutputColumn100 is added to the end of the collection.

请参阅

参考

IDTSOutputColumnCollection100 接口

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