IDTSOutputColumn100.LineageID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the LineageID property of an T:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 column.

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

Syntax

[DispIdAttribute(107)]
int LineageID {
    [DispIdAttribute(107)]
    get;
    [DispIdAttribute(107)]
    set;
}
[DispIdAttribute(107)]
property int LineageID {
    [DispIdAttribute(107)]
    int get();
    [DispIdAttribute(107)]
    void set(int value);
}
[<DispIdAttribute(107)>]
abstract LineageID : int with get, set
<DispIdAttribute(107)>
Property LineageID As Integer

Property Value

Type: System.Int32

The LineageID of the output column.

Remarks

This property is assigned by the data flow engine when the output column is created. It is used to map columns in the output column collection of an IDTSOutput100 to a column in the input column collection of a downstream component that uses the column.

See Also

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

Return to top