Share via


IDTSOutputColumnCollection100.GetOutputColumnByLineageID(Int32) Method

Definition

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

Parameters

lLineageID
Int32

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, a DTS_E_OBJECTLINEAGEIDNOTFOUND exception occurs.

Applies to