IDTSOutputColumn100.LineageID プロパティ

定義

LineageID 列の Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 プロパティを取得します。値の設定も可能です。

public:
 property int LineageID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(107)]
public int LineageID { [System.Runtime.InteropServices.DispId(107)] get; [System.Runtime.InteropServices.DispId(107)] set; }
[<System.Runtime.InteropServices.DispId(107)>]
[<get: System.Runtime.InteropServices.DispId(107)>]
[<set: System.Runtime.InteropServices.DispId(107)>]
member this.LineageID : int with get, set
Public Property LineageID As Integer

プロパティ値

出力列の LineageID です。

属性

注釈

このプロパティは、出力列の作成時にデータ フロー エンジンによって割り当てられます。 このプロパティは、IDTSOutput100 の出力列コレクションの列を、その列を使用する下流コンポーネントの入力列コレクションの列にマップするために使用されます。

適用対象