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

属性IsSortedSortKeyPosition协同工作,以通知数据流中的其他组件,输入中接收的数据已按输入列的值SortKeyPosition指定的顺序进行排序。 这些属性不会导致发生任何排序。

适用于