Share via


IDTSInputColumnCollection100.SetIndex(Int32, Int32) Method

Definition

Changes the ___location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

public:
 void SetIndex(int lOldIndex, int lNewIndex);
[System.Runtime.InteropServices.DispId(19)]
public void SetIndex(int lOldIndex, int lNewIndex);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SetIndex : int * int -> unit
Public Sub SetIndex (lOldIndex As Integer, lNewIndex As Integer)

Parameters

lOldIndex
Int32

The current ___location of the IDTSInputColumn100 in the collection.

lNewIndex
Int32

The ___location to move the IDTSInputColumn100 to.

Attributes

Applies to