Share via


MainPipeClass.IDTSObjectModel100_GetObjectByID Method

Retrieves an object that is contained in a data flow task.

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

Syntax

'Declaration
Public Overridable Function IDTSObjectModel100_GetObjectByID ( _
    lID As Integer _
) As IDTSObject100
'Usage
Dim instance As MainPipeClass
Dim lID As Integer
Dim returnValue As IDTSObject100

returnValue = instance.IDTSObjectModel100_GetObjectByID(lID)
public virtual IDTSObject100 IDTSObjectModel100_GetObjectByID(
    int lID
)
public:
virtual IDTSObject100^ IDTSObjectModel100_GetObjectByID(
    [InAttribute] int lID
)
abstract IDTSObjectModel100_GetObjectByID : 
        lID:int -> IDTSObject100 
override IDTSObjectModel100_GetObjectByID : 
        lID:int -> IDTSObject100 
public function IDTSObjectModel100_GetObjectByID(
    lID : int
) : IDTSObject100

Parameters

Return Value

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

Implements

IDTSObjectModel100.GetObjectByID(Int32)

Remarks

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