IDTSRuntimeConnectionCollection100.GetObjectIndexByID(Int32) Méthode

Définition

public:
 int GetObjectIndexByID(int lID);
[System.Runtime.InteropServices.DispId(21)]
public int GetObjectIndexByID (int lID);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member GetObjectIndexByID : int -> int
Public Function GetObjectIndexByID (lID As Integer) As Integer

Paramètres

lID
Int32

Retours

Emplacement de l'élément dans l'index.

Attributs

Remarques

La méthode GetObjectIndexByID récupère l’index dans la collection de la connexion d’exécution avec l’ID spécifié. Si un objet avec l’ID spécifié n’est pas trouvé dans la collection, une DTS_E_OBJECTNOTINHASHTABLE exception se produit.

S’applique à