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

属性值

Int32

输出列的 LineageID。

属性

注解

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

适用于