WindowFrameType Enumeration

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration WindowFrameType
'Usage
Dim instance As WindowFrameType
[SerializableAttribute]
public enum WindowFrameType
[SerializableAttribute]
public enum class WindowFrameType
[<SerializableAttribute>]
type WindowFrameType
public enum WindowFrameType

Members

Member name Description
Range Range is used.
Rows Rows is used.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace