IDTSOutputCollection100.SetIndex(Int32, Int32) Method

Definition

Changes the location of an IDTSOutput100 object in the collection.

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 IDTSOutput100.

lNewIndex
Int32

The new location of the IDTSOutput100 in the collection.

Attributes

Applies to