Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Locates the index of the requested object in the 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 IDTSOutputColumnCollection100
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
The index of the object.