IDTSOutputColumnCollection100.NewAt(Int32) Method

Definition

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

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

Parameters

lIndex
Int32

The location to insert the new IDTSOutput100 object in the collection.

Returns

The newly created IDTSOutputColumn100 object.

Attributes

Remarks

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

Applies to