Udostępnij za pośrednictwem


Metoda IDTSPathCollection100.GetObjectIndexByID

Pobiera indeks IDTSPath100 obiekt, który ma określony identyfikator.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
Function GetObjectIndexByID ( _
    lID As Integer _
) As Integer
'Użycie
Dim instance As IDTSPathCollection100
Dim lID As Integer
Dim returnValue As Integer

returnValue = instance.GetObjectIndexByID(lID)
int GetObjectIndexByID(
    int lID
)
int GetObjectIndexByID(
    [InAttribute] int lID
)
abstract GetObjectIndexByID : 
        lID:int -> int 
function GetObjectIndexByID(
    lID : int
) : int

Parametry

Wartość zwracana

Typ: System.Int32
Indeks kolekcja IDTSPath100 obiektu.