IDTSInputColumn100.SortKeyPosition プロパティ

定義

public:
 property int SortKeyPosition { int get(); };
[System.Runtime.InteropServices.DispId(123)]
public int SortKeyPosition { [System.Runtime.InteropServices.DispId(123)] get; }
[<System.Runtime.InteropServices.DispId(123)>]
[<get: System.Runtime.InteropServices.DispId(123)>]
member this.SortKeyPosition : int
Public ReadOnly Property SortKeyPosition As Integer

プロパティ値

列のソートキーを指定する 整数 です。

属性

注釈

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

IsSortedとSortKeyPositionプロパティは連携して、入力で受信したデータが入力列のSortKeyPositionの値で指定された順序ですでにソートされていることをデータフロー内の他のコンポーネントに通知します。 これらの性質はソートを起こすことはありません。

適用対象