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
プロパティ値
上流列の系譜IDを含む整数です。
- 属性
注釈
LineageIDプロパティは、IDTSInputColumn100を発信した上流データソースの列を特定します。
一般的に、この性質は直接割り当てられるものではなく、 SetUsageType メソッドへの呼び出しによって設定されます。