Partager via


Méthode IDTSPathCollection100.FindObjectByID

Locates the requested object in a collection by its ID.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Function FindObjectByID ( _
    lID As Integer _
) As IDTSPath100
'Utilisation
Dim instance As IDTSPathCollection100 
Dim lID As Integer 
Dim returnValue As IDTSPath100 

returnValue = instance.FindObjectByID(lID)
IDTSPath100 FindObjectByID(
    int lID
)
IDTSPath100^ FindObjectByID(
    [InAttribute] int lID
)
abstract FindObjectByID : 
        lID:int -> IDTSPath100
function FindObjectByID(
    lID : int
) : IDTSPath100

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
An IDTSPath100 that represents the object.

Voir aussi

Référence

IDTSPathCollection100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper