WindowFrameClause.WindowFrameType 属性

Gets or sets 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 中)

语法

声明
Public Property WindowFrameType As WindowFrameType 
    Get 
    Set
用法
Dim instance As WindowFrameClause 
Dim value As WindowFrameType 

value = instance.WindowFrameType

instance.WindowFrameType = value
public WindowFrameType WindowFrameType { get; set; }
public:
property WindowFrameType WindowFrameType {
    WindowFrameType get ();
    void set (WindowFrameType value);
}
member WindowFrameType : WindowFrameType with get, set
function get WindowFrameType () : WindowFrameType 
function set WindowFrameType (value : WindowFrameType)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.WindowFrameType
The type of the window frame.

请参阅

参考

WindowFrameClause 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间