IDTSVirtualInputColumn100.LineageID プロパティ

定義

上流出力カラムのリネージIDを取得します。

public:
 property int LineageID { int get(); };
[System.Runtime.InteropServices.DispId(108)]
public int LineageID { [System.Runtime.InteropServices.DispId(108)] get; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
member this.LineageID : int
Public ReadOnly Property LineageID As Integer

プロパティ値

上流出力列のリネージID。

属性

注釈

仮想入力列の LineageID には、上流出力列の LineageID が含まれています。 仮想入力列から新しい入力列が作成されると、その入力列の LineageID は上流出力列の LineageID と一致します。 これらのプロパティが列を結びつけます。

適用対象