Перечисление 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