IDTSInput100.IsSorted 属性

定义

获得一个值,表示 中的 IDTSInputColumnCollection100 列是否已排序。

public:
 property bool IsSorted { bool get(); };
[System.Runtime.InteropServices.DispId(111)]
public bool IsSorted { [System.Runtime.InteropServices.DispId(111)] get; }
[<System.Runtime.InteropServices.DispId(111)>]
[<get: System.Runtime.InteropServices.DispId(111)>]
member this.IsSorted : bool
Public ReadOnly Property IsSorted As Boolean

属性值

如果列是排序的,则为真;否则,就是假的。

属性

注解

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

适用于