IDTSInputColumnCollection100.GetInputColumnByLineageID(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.
Retrieves an IDTSInputColumn100 object that has the specified lineage ID.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ GetInputColumnByLineageID(int lLineageID);
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 GetInputColumnByLineageID (int lLineageID);
[<System.Runtime.InteropServices.DispId(101)>]
abstract member GetInputColumnByLineageID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function GetInputColumnByLineageID (lLineageID As Integer) As IDTSInputColumn100
Parameters
Returns
The IDTSInputColumn100 object that has the specified LineageID
.
- Attributes