IDTSOutput100.IsSorted 属性

定义

获得一个值,表示输出对象中的列是否已排序。

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

属性值

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

属性

适用于