Compartilhar via


Método FindObjectIndexByID

Locates the index of an object in the 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 IDTSExternalMetadataColumnCollection100
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.