Metoda IDTSOutputCollection100.GetObjectIndexByID
Pobiera indeks IDTSInput100 , 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 IDTSOutputCollection100
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
- lID
Typ: System.Int32
Identyfikator dane wyjściowe.
Wartość zwracana
Typ: System.Int32
Całkowitą , wskazuje położenie element kolekcja.
Zobacz także