Share via


IDTSRuntimeConnectionCollection100.GetObjectIndexByID(Int32) Method

Definition

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

Parameters

lID
Int32

Returns

The location of the item in the index.

Attributes

Remarks

The GetObjectIndexByID method retrieves the index in the collection of the run-time connection with the specified ID. If an object with the specified ID is not found in the collection, a DTS_E_OBJECTNOTINHASHTABLE exception occurs.

Applies to