Поделиться через


Перечисление OrderBy.Direction

The OrderBy.Direction enumeration contains values that represent the direction in which the results of a query are sorted; ascending or descending. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Enumeration Direction
'Применение
Dim instance As OrderBy.Direction
public enum Direction
public enum class Direction
type Direction
public enum Direction

Элементы

Имя элемента Описание
Asc The query result set is sorted in ascending sequence.
Desc The query result set is sorted in descending sequence.

Замечания

The OrderBy.Direction enumeration is set by using the Dir property.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc