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为增量递增。 负数的绝对值确定它在序列中的位置。

适用于