Enumeração WindowFrameType
Represents the type of the window frame. Specifies whether ROWS or RANGE units are used.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration WindowFrameType
'Uso
Dim instance As WindowFrameType
[SerializableAttribute]
public enum WindowFrameType
[SerializableAttribute]
public enum class WindowFrameType
[<SerializableAttribute>]
type WindowFrameType
public enum WindowFrameType
Membros
Nome do membro | Descrição | |
---|---|---|
Range | Range is used. | |
Rows | Rows is used. |