Поделиться через


IDTSPathCollection90.FindObjectIndexByID Method

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

Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Синтаксис

'Декларация
<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

Параметры

  • lID
    The ID of the object.

Возвращаемое значение

The index of the object.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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