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 值指定的排序順序完成。 這些屬性不會導致任何排序發生。

適用於