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

屬性值

一個包含上游欄位血緣 ID 的 整數

屬性

備註

LineageID 屬性用來識別上游資料來源中產生 IDTSInputColumn100 的欄位。

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

適用於