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 メソッドへの呼び出しによって設定されます。

適用対象