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

Represents the type of the window frame. Specifies whether ROWS or RANGE units are used.

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration WindowFrameType
'Применение
Dim instance As WindowFrameType
[SerializableAttribute]
public enum WindowFrameType
[SerializableAttribute]
public enum class WindowFrameType
[<SerializableAttribute>]
type WindowFrameType
public enum WindowFrameType

Элементы

Имя элемента Описание
Range Range is used.
Rows Rows is used.

См. также

Справочник

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