IDTSObjectModel100.GetObjectByID(Int32) Method

Definition

Retrieves the object by ID that is contained in a data flow task.

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

Parameters

lID
Int32

The ID of the object to retrieve.

Returns

IDTSObject100

The IDTSObject100 object with the specified ID.

Attributes

Applies to