FindObjectIndexByID-Methode
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
Parameter
- lID
Typ: System. . :: . .Int32
The ID of the object.
Rückgabewert
Typ: System. . :: . .Int32
The index of the object.