Compartilhar via


Método IDTSOutputCollection100.GetObjectByID

Retrieves an IDTSOutput100 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 IDTSOutput100
'Uso
Dim instance As IDTSOutputCollection100 
Dim lID As Integer 
Dim returnValue As IDTSOutput100 

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

Parâmetros

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

Valor de retorno

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
The IDTSInput100 object that has the specified ID.

Comentários

If an output with the specified ID is not found in the collection, a Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTNOTFOUND exception is thrown.

Consulte também

Referência

IDTSOutputCollection100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper