IDTSOutputColumn100.SortKeyPosition プロパティ

定義

出力列のソートキーを取得したり設定したりします。

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

プロパティ値

出力列のソートキー位置。

属性

注釈

列の SortKeyPosition 値がゼロでないと、行がその列上でソートされていることを示します。 正の値は昇順ソートを示します。負の値は降順ソートを示します。 SortKeyPosition 値は1から始まり1ずつ増していく数値列を表しなければなりません。 負の数の絶対値が列内での位置を決定します。

適用対象