IDTSPathCollection100.GetObjectByID(Int32) Method

Definition

Gets the IDTSPathCollection100 object that has the specified ID.

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

Parameters

lID
Int32

The ID of the IDTSPath100 to retrieve from the collection.

Returns

Returns the IDTSPath100 object that has the specified ID.

Attributes

Applies to