Condividi tramite


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

Posizione dell'elemento nell'indice.

Attributi

Commenti

Il metodo GetObjectIndexByID recupera l'indice nella raccolta della connessione di runtime con l'ID specificato. Se un oggetto con l'ID specificato non viene trovato nell'insieme, si verifica un'eccezione DTS_E_OBJECTNOTINHASHTABLE .

Si applica a