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

屬性值

Int32

輸出資料行的排序索引鍵位置。

屬性

備註

資料行的非零 SortKeyPosition 值表示資料列會在資料行上排序。 正值表示遞增排序;負數值表示遞減排序。 SortKeyPosition 值必須代表數值序列,從1開始,並以1遞增。 負數值的絕對值決定其在序列中的位置。

適用於