Método FindObjectIndexByID
Locates the index of the requested object in a collection by its ID.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Function FindObjectIndexByID ( _
lID As Integer _
) As Integer
'Uso
Dim instance As IDTSPathCollection100
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 de retorno
Tipo: System. . :: . .Int32
The index of the object.
Consulte também