Condividi tramite


Metodo IDTSCustomPropertyCollection100.FindObjectByID

Locates a requested object in a collection by its ID.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Function FindObjectByID ( _
    lID As Integer _
) As IDTSCustomProperty100
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

IDTSCustomPropertyCollection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper