Condividi tramite


Enumerazione WindowDelimiterType

Specifies the type of a window boundary.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Enumeration WindowDelimiterType
'Utilizzo
Dim instance As WindowDelimiterType
public enum WindowDelimiterType
public enum class WindowDelimiterType
type WindowDelimiterType
public enum WindowDelimiterType

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom