SortOrder 枚举

Displays how items in a list are sorted.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration SortOrder
用法
Dim instance As SortOrder
[SerializableAttribute]
public enum SortOrder
[SerializableAttribute]
public enum class SortOrder
[<SerializableAttribute>]
type SortOrder
public enum SortOrder

成员

成员名称 说明
Ascending The items are sorted in ascending order.
Descending The items are sorted in descending order.
NotSpecified The sorting of items are not specified.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间