IDTSCustomPropertyCollection100.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 IDTSCustomPropertyCollection100
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 whose index to find.

Return Value

Type: System.Int32
The index of the object.