WindowFrameType 枚举
Represents the type of the window frame. Specifies whether ROWS or RANGE units are used.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration WindowFrameType
用法
Dim instance As WindowFrameType
[SerializableAttribute]
public enum WindowFrameType
[SerializableAttribute]
public enum class WindowFrameType
[<SerializableAttribute>]
type WindowFrameType
public enum WindowFrameType
成员
成员名称 | 说明 | |
---|---|---|
Range | Range is used. | |
Rows | Rows is used. |