Share via


IDTSPipeline100.GetObjectByID(Int32) Method

Definition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
Public Function GetObjectByID (lID As Integer) As IDTSObject100

Parameters

lID
Int32

Returns

The IDTSObject100 interface of the object that is retrieved.

Implements

Attributes

Remarks

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

Applies to