Compartilhar via


Método IDTSInputCollection100.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 IDTSInputCollection100 
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

Valor de retorno

Tipo: System.Int32
The index of the object.

Consulte também

Referência

IDTSInputCollection100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper