Share via


IDTSInputCollection100.SetIndex(Int32, Int32) Method

Definition

Changes the ___location of an IDTSInput100 object.

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 input in the collection.

lNewIndex
Int32

The new ___location of the input in the collection.

Attributes

Remarks

The SetIndex method moves the input at the ___location specified by lOldIndex to the ___location specified by lNewIndex. If either of the locations in the collection is outside the bounds of the collection, a Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX exception occurs.

Applies to