Перечисление FetchOrientation

Specifies possible values for fetch orientation.

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

Синтаксис

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

Элементы

Имя элемента Описание
Absolute Orientation is Absolute.
First Orientation is First.
Last Orientation is Last.
Next Orientation is Next.
None Orientation is None.
Prior Orientation is Prior.
Relative Orientation is Relative.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom