Share via


IDTSVirtualInputColumn100.LineageID Property

 

Applies To: SQL Server 2016 Preview

Gets the lineage ID of an upstream output column.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(108)]
int LineageID {
    [DispIdAttribute(108)]
    get;
}
[DispIdAttribute(108)]
property int LineageID {
    [DispIdAttribute(108)]
    int get();
}
[<DispIdAttribute(108)>]
abstract LineageID : int with get
<DispIdAttribute(108)>
ReadOnly Property LineageID As Integer

Property Value

Type: System.Int32

The lineage ID of the upstream output column.

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.

See Also

IDTSVirtualInputColumn100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top