IDTSOutputColumnCollection100.GetOutputColumnByLineageID(Int32) Method

Definition

Retrieves an output column object with the specified lineage ID from a collection.

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

Parameters

lLineageID
Int32

The LineageID of the IDTSOutputColumn100.

Returns

The IDTSOutputColumn100 object with the specified LineageID property.

Attributes

Remarks

If an output column with the specified LineageID is not found in the collection, an DTS_E_OBJECTLINEAGEIDNOTFOUND exception occurs.

Applies to