FindObjectIndexByID Método
Locates the index of the requested object in the collection by its ID.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Function FindObjectIndexByID ( _
lID As Integer _
) As Integer
'Uso
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
Parámetros
- lID
Tipo: System. . :: . .Int32
The ID of the object.
Valor devuelto
Tipo: System. . :: . .Int32
The index of the object.