IDTSOutputColumn100.LineageID 属性

定义

获得或设置 LineageIDMicrosoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 的属性。

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

属性值

输出列的。LineageID

属性

注解

该属性由数据流引擎在输出列创建时分配。 它用于将 an IDTSOutput100 输出列集合中的列映射到使用该列的下游组件输入列集合中的列。

适用于