IDTSCustomPropertyCollection100.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 IDTSCustomProperty100 dans une 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)
Paramètres
- lOldIndex
- Int32
Emplacement actuel de la propriété dans la collection.
- lNewIndex
- Int32
Nouvel emplacement de la propriété dans la collection.
- Attributs