Metoda IDTSCustomPropertyCollection100.GetObjectIndexByID
Pobiera indeks IDTSCustomProperty100 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 IDTSCustomPropertyCollection100
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 właściwość niestandardowych, których indeks jest pobierana.
Wartość zwracana
Typ: System.Int32
Liczba całkowita, która zawiera lokalizację IDTSCustomProperty100 kolekcja od zera.