IDTSRuntimeConnectionCollection100.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.
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
- lNewIndex
- Int32
- Attributs
Remarques
La méthode SetIndex déplace la connexion au moment de l’exécution à l’emplacement spécifié lOldIndex
par l’emplacement spécifié par lNewIndex
. Si l’un des emplacements de la collection est en dehors des limites de la collection, une DTS_E_INVALIDINDEX exception se produit.