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。 负数的绝对值决定了它在序列中的位置。