Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the type of a window boundary.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Enumeration WindowDelimiterType
'Uso
Dim instance As WindowDelimiterType
public enum WindowDelimiterType
public enum class WindowDelimiterType
type WindowDelimiterType
public enum WindowDelimiterType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom