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


IDTSInputColumnCollection100.NewAt(Int32) Метод

Определение

Создает новый объект IDTSInputColumn100 и добавляет его в коллекцию по указанному индексу.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function NewAt (lIndex As Integer) As IDTSInputColumn100

Параметры

lIndex
Int32

Место в коллекции для создания нового объекта IDTSInputColumn100.

Возвращаемое значение

Вновь созданный IDTSInputColumn100.

Атрибуты

Применяется к