Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the type of a window boundary.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration WindowDelimiterType
'Uso
Dim instance As WindowDelimiterType
public enum WindowDelimiterType
public enum class WindowDelimiterType
type WindowDelimiterType
public enum WindowDelimiterType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |