Compartir a través de


IDTSRuntimeConnectionCollection100.GetObjectIndexByID(Int32) Método

Definición

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

Parámetros

lID
Int32

Devoluciones

La ubicación del elemento en el índice.

Atributos

Comentarios

El método GetObjectIndexByID recupera el índice de la colección de la conexión en tiempo de ejecución con el identificador especificado. Si no se encuentra un objeto con el identificador especificado en la colección, se produce una DTS_E_OBJECTNOTINHASHTABLE excepción.

Se aplica a