IDTSInputColumnCollection100.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 la position d’un IDTSInputColumn100 objet spécifié par le lOldIndex paramètre.
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
L’emplacement actuel de la IDTSInputColumn100 collection est présent.
- lNewIndex
- Int32
L’emplacement pour déplacer le IDTSInputColumn100 post.
- Attributs