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