Metoda IDTSPathCollection100.FindObjectIndexByID
Lokalizuje indeksu żądany obiekt kolekcja według jego identyfikatora.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Function FindObjectIndexByID ( _
lID As Integer _
) As Integer
'Użycie
Dim instance As IDTSPathCollection100
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
Parametry
- lID
Typ: System.Int32
Identyfikator obiektu.
Wartość zwracana
Typ: System.Int32
Indeks obiektu.
Zobacz także