IDTSComponentMetaDataCollection100.SetIndex(Int32, Int32) Method

Definition

Moves an IDTSComponentMetaData100 object to a new location in an IDTSComponentMetaDataCollection100 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 location in the IDTSComponentMetaDataCollection100 collection of the IDTSComponentMetaData100 object that is being moved.

lNewIndex
Int32

The location in the IDTSComponentMetaDataCollection100 that the IDTSComponentMetaData100 object is moved to.

Attributes

Applies to