FindObjectIndexByID méthode
Locates the index of the requested object in a collection by its ID.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function FindObjectIndexByID ( _
lID As Integer _
) As Integer
'Utilisation
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
Paramètres
- lID
Type : System. . :: . .Int32
The ID of the object.
Valeur de retour
Type : System. . :: . .Int32
The index of the object.