IDTSRuntimeConnectionCollection100.FindObjectIndexByID(Int32) Method

Definition

Locates the index of the requested object in a collection by its ID.

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

Parameters

lID
Int32

The ID of the object whose index to find.

Returns

The index of the object.

Attributes

Applies to