IDTSOutputColumnCollection100.GetOutputColumnByLineageID(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutputColumn100 ^ GetOutputColumnByLineageID(int lLineageID);
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSOutputColumn100 GetOutputColumnByLineageID (int lLineageID);
[<System.Runtime.InteropServices.DispId(101)>]
abstract member GetOutputColumnByLineageID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.