Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |