Compartir a través de


IDTSCustomPropertyCollection100.FindObjectByID Método

Locates a requested object in a collection by its ID.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Function FindObjectByID ( _
    lID As Integer _
) As IDTSCustomProperty100
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

IDTSCustomPropertyCollection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper