IDTSPathCollection100.SetIndex(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Modifie l'emplacement d'un objet IDTSPath100 spécifié au paramètre lOldIndex
.
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)
Paramètres
- lOldIndex
- Int32
Emplacement actuel de l'objet IDTSPath100 dans la collection.
- lNewIndex
- Int32
Nouvel emplacement de l'objet IDTSPath100 dans la collection.
- Attributs