Méthode IDTSCustomPropertyCollection100.FindObjectByID

Locates a 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 IDTSCustomProperty100
'Utilisation
Dim instance As IDTSCustomPropertyCollection100 
Dim lID As Integer 
Dim returnValue As IDTSCustomProperty100 

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

Paramètres

Valeur de retour

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

Voir aussi

Référence

IDTSCustomPropertyCollection100 Interface

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