IDTSVirtualInputColumnCollection100.GetObjectIndexByID(Int32) Method

Definition

Gets the index of an IDTSVirtualInputColumn100 object in the collection.

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 IDTSVirtualInputColumn100 whose index is retrieved.

Returns

An Integer that specifies the location of the IDTSVirtualInputColumn100 in the collection.

Attributes

Applies to