IDTSOutputColumnCollection100.GetObjectByID(Int32) Method

Definition

Retrieves the output column object that has the specified ID from a collection.

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

Parameters

lID
Int32

The ID of the output column to retrieve from the collection.

Returns

The IDTSOutputColumn100 object with the specified ID.

Attributes

Remarks

If the collection does not contain an IDTSOutputColumn100 object with the specified ID, an DTS_E_OBJECTIDNOTFOUND exception occurs.

Applies to