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