IDTSVirtualInputColumn100.LineageID Property
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.
Gets the lineage ID of an upstream output column.
public:
property int LineageID { int get(); };
[System.Runtime.InteropServices.DispId(108)]
public int LineageID { [System.Runtime.InteropServices.DispId(108)] get; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
member this.LineageID : int
Public ReadOnly Property LineageID As Integer
Property Value
The lineage ID of the upstream output column.
- Attributes
Remarks
The LineageID of the virtual input column contains the LineageID of the upstream output column. When a new input column is created from the virtual input column, the LineageID of the input column matches the LineageID of the upstream output column. These properties link the columns.