IDTSInputColumnCollection100.GetObjectIndexByID(Int32) Method

Definition

Gets the index of an IDTSInputColumn100 object 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 IDTSInputColumn100object to locate.

Returns

An Integer that contains the index in the collection of the IDTSInputColumn100 object.

Attributes

Applies to