Свойство 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