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ずつ増えた数値列を表しなければなりません。 負の数の絶対値が列内での位置を決定します。

適用対象