IDTSRuntimeConnectionCollection100.GetObjectIndexByID(Int32) Metodo

Definizione

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

Parametri

lID
Int32

Restituisce

Int32

Posizione dell'elemento nell'indice.

Attributi

Commenti

Il Metodo GetObjectIndexByID recupera l'indice nella raccolta della connessione di run-time con l'ID specificato. Se nella raccolta non viene trovato un oggetto con l'ID specificato, viene generata un' DTS_E_OBJECTNOTINHASHTABLE eccezione.

Si applica a