IDTSVirtualInputColumnCollection100.FindObjectIndexByID Method
Locates the index of a requested object in a collection by its ID.
Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function FindObjectIndexByID ( _
    lID As Integer _
) As Integer
'Usage
Dim instance As IDTSVirtualInputColumnCollection100
Dim lID As Integer
Dim returnValue As Integer
returnValue = instance.FindObjectIndexByID(lID)
int FindObjectIndexByID(
    int lID
)
int FindObjectIndexByID(
    [InAttribute] int lID
)
abstract FindObjectIndexByID : 
        lID:int -> int 
function FindObjectIndexByID(
    lID : int
) : int
Parameters
- lID
Type: System.Int32
The ID of the object. 
Return Value
Type: System.Int32
An Integer that represents the index of the object.