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 の値が 0 ではない場合は、その列について行が並べ替えられることを示します。 正の値は昇順の並べ替え順序を示します。負の値は降順の並べ替えを示します SortKeyPosition 値は、1 から始まって 1 ずつ増加する連続した数字を表す必要があります。 負の数の絶対値は、シーケンス内での位置を決定します。

適用対象