IDTSInputColumnCollection100.NewAt(Int32) Method

Definition

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

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

Parameters

lIndex
Int32

The location to create the new IDTSInputColumn100 in the collection.

Returns

The newly created IDTSInputColumn100.

Attributes

Applies to