IDTSInputColumn100.LineageID 屬性

定義

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

屬性值

Int32

包含上游資料行歷程識別碼的 整數

屬性

備註

LineageID 屬性會識別產生 IDTSInputColumn100 之上游資料來源的資料行。

一般來說,這個屬性不會直接指派,而是透過呼叫 SetUsageType 方法來設定。

適用於