Поделиться через


Метод 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