次の方法で共有


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 ずつ増加する連続した数字を表す必要があります。 負の数の絶対値は、シーケンス内での位置を決定します。

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

適用対象