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


Метод FindObjectIndexByID

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

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

Синтаксис

'Декларация
Function FindObjectIndexByID ( _
    lID As Integer _
) As Integer
'Применение
Dim instance As IDTSOutputColumnCollection100
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

Параметры

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

Тип: System. . :: . .Int32
The index of the object.