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. |