Compartilhar via


Método IDTSCustomPropertyCollection100.GetObjectByID

Gets an IDTSCustomPropertyCollection100 object that has the specified ID.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
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

  • lID
    Tipo: System.Int32
    The ID of the custom property to retrieve from the collection.

Valor de retorno

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

Consulte também

Referência

IDTSCustomPropertyCollection100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper