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


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