Compartilhar via


Método IDTSInputCollection100.GetObjectByID

Retrieves an IDTSInput100 object from a IDTSInputCollection100 collection.

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

Sintaxe

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

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

Parâmetros

Valor de retorno

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

Comentários

The GetObjectByID method retrieves the input object with the ID matching the InputID parameter. If an input does not exist with this ID, a Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTIDNOTFOUND exception occurs.

Consulte também

Referência

IDTSInputCollection100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper