MainPipeClass.IDTSObjectModel100_GetObjectByID(Int32) Method

Definition

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100 ^ IDTSObjectModel100_GetObjectByID(int lID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObjectModel100::GetObjectByID;
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100 IDTSObjectModel100_GetObjectByID (int lID);
abstract member IDTSObjectModel100_GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
override this.IDTSObjectModel100_GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
Public Overridable Function IDTSObjectModel100_GetObjectByID (lID As Integer) As IDTSObject100

Parameters

lID
Int32

Returns

IDTSObject100

The IDTSObject100 interface of the object that is retrieved.

Remarks

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

Applies to