IDTSOutputColumn100.SortKeyPosition 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 值表示資料列會在資料行上排序。 正值表示遞增排序;負數值表示遞減排序。 SortKeyPosition 值必須代表數值序列,從1開始,並以1遞增。 負數值的絕對值決定其在序列中的位置。