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. |