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

適用対象