IDTSOutputColumn100.LineageID Property

Definition

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

public:
 property int LineageID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(107)]
public int LineageID { [System.Runtime.InteropServices.DispId(107)] get; [System.Runtime.InteropServices.DispId(107)] set; }
[<System.Runtime.InteropServices.DispId(107)>]
[<get: System.Runtime.InteropServices.DispId(107)>]
[<set: System.Runtime.InteropServices.DispId(107)>]
member this.LineageID : int with get, set
Public Property LineageID As Integer

Property Value

The LineageID of the output column.

Attributes

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.

Applies to