Compartir a través de


GetObjectByID Método

Gets an IDTSCustomPropertyCollection100 object that has the specified ID.

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

Sintaxis

'Declaración
Function GetObjectByID ( _
    lID As Integer _
) As IDTSCustomProperty100
'Uso
Dim instance As IDTSCustomPropertyCollection100
Dim lID As Integer
Dim returnValue As IDTSCustomProperty100

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

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomProperty100
The IDTSCustomProperty100 object having the specified ID value.