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

Specifies the type of a window boundary.

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

Синтаксис

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

Элементы

Имя элемента Описание
CurrentRow The current row is the boundary.
UnboundedFollowing All rows to the end of a group.
UnboundedPreceding All rows from the beginning of a group.
ValueFollowing The associated expression determines the boundary after the current row.
ValuePreceding The associated expression determines the boundary before the current row.

См. также

Справочник

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