Metodo FindObjectIndexByID
Locates the index of a requested object in the collection by its ID.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Function FindObjectIndexByID ( _
lID As Integer _
) As Integer
'Utilizzo
Dim instance As IDTSComponentMetaDataCollection100
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
Parametri
- lID
Tipo: System. . :: . .Int32
The ID of the object.
Valore restituito
Tipo: System. . :: . .Int32
The index of the object.