Compartilhar via


Método GetObjectByID (Int32)

Retrieves an object contained in the data flow task by using the ID of the object.

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

Sintaxe

'Declaração
Function GetObjectByID ( _
    lID As Integer _
) As IDTSObject100
'Uso
Dim instance As IDTSPipeline100
Dim lID As Integer
Dim returnValue As IDTSObject100

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

Parâmetros

Valor de retorno

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSObject100
The IDTSObject100 interface of the object that is retrieved.

Implementa

IDTSObjectModel100. . :: . .GetObjectByID(Int32)

Comentários

If an object with the specified ID is not found, an DTS_E_OBJECTIDNOTFOUND exception is thrown.