WindowDelimiterType Enumeration
Specifies the type of a window boundary.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration WindowDelimiterType
'Usage
Dim instance As WindowDelimiterType
public enum WindowDelimiterType
public enum class WindowDelimiterType
type WindowDelimiterType
public enum WindowDelimiterType
Members
Member name | Description | |
---|---|---|
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. |