次の方法で共有


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 値が 0 以外の場合は、列に対して行が並べ替えられていることを示します。 正の値は昇順の並べ替え順序を示します。負の値は降順の並べ替えを示します SortKeyPosition 値は、1 から始まり、1 ずつインクリメントされる数値シーケンスを表す必要があります。 負の数の絶対値は、シーケンス内での位置を決定します。

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

適用対象