Partager via


Énumération WindowDelimiterType

Specifies the type of a window boundary.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Enumeration WindowDelimiterType
'Utilisation
Dim instance As WindowDelimiterType
public enum WindowDelimiterType
public enum class WindowDelimiterType
type WindowDelimiterType
public enum WindowDelimiterType

Membres

Nom de membre Description
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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom