IDTSOutputCollection100.GetObjectIndexByID(Int32) Method

Definition

Retrieves the index of an IDTSInput100 that has the specified ID.

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

The ID of the output.

Returns

An Integer that indicates the location of the item in the collection.

Attributes

Applies to