IDTSOutputColumn100.LineageID 属性

定义

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。

属性

注解

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

适用于