Compartir a través de


IDTSComponentMetaDataCollection90.FindObjectIndexByID Method

Locates the index of a requested object in the collection by its ID.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(23)> _
Function FindObjectIndexByID ( _
    <InAttribute> lID As Integer _
) As Integer
[DispIdAttribute(23)] 
int FindObjectIndexByID (
    [InAttribute] int lID
)
[DispIdAttribute(23)] 
int FindObjectIndexByID (
    [InAttribute] int lID
)
/** @attribute DispIdAttribute(23) */ 
int FindObjectIndexByID (
    /** @attribute InAttribute() */ int lID
)
DispIdAttribute(23) 
function FindObjectIndexByID (
    lID : int
) : int

Parámetros

  • lID
    The ID of the object.

Valor devuelto

The index of the object.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSComponentMetaDataCollection90 Interface
IDTSComponentMetaDataCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace