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

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

適用対象