IDTSOutputColumn100.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.
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.