次の方法で共有


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 メソッドの呼び出しを通じて設定されます。

適用対象