IDTSVirtualInputColumn100.LineageID Property

Definition

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.

Applies to