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

属性值

如果对输出中的列进行排序,则为 true;否则为 false。

属性

适用于