IDTSInput100.IsSorted 属性

定义

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

属性值

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

属性

注解

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

适用于