Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the window frame. Specifies whether ROWS or RANGE units are used.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property WindowFrameType As WindowFrameType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WindowFrameType
The type of the window frame.