Partager via


Énumération WindowFrameType

Represents the type of the window frame. Specifies whether ROWS or RANGE units are used.

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration WindowFrameType
'Utilisation
Dim instance As WindowFrameType
[SerializableAttribute]
public enum WindowFrameType
[SerializableAttribute]
public enum class WindowFrameType
[<SerializableAttribute>]
type WindowFrameType
public enum WindowFrameType

Membres

Nom de membre Description
Range Range is used.
Rows Rows is used.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom