IDTSInputColumn100.LineageID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置上游列对象的标识符。
public:
property int LineageID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(108)]
public int LineageID { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.LineageID : int with get, set
Public Property LineageID As Integer
属性值
包含上游列的世系 ID 的整数。
- 属性
注解
该 LineageID 属性标识发起的 IDTSInputColumn100上游数据源的列。
通常,此属性不是直接分配的,而是通过对方法的 SetUsageType 调用进行设置。