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
屬性值
包含上游資料行歷程識別碼的 整數 。
- 屬性
備註
LineageID 屬性會識別產生 IDTSInputColumn100 之上游資料來源的資料行。
一般來說,這個屬性不會直接指派,而是透過呼叫 SetUsageType 方法來設定。