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 the window bounds specification, for windowing aggregates.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property WindowFrameClause As WindowFrameClause
Get
Set
'Usage
Dim instance As OverClause
Dim value As WindowFrameClause
value = instance.WindowFrameClause
instance.WindowFrameClause = value
public WindowFrameClause WindowFrameClause { get; set; }
public:
property WindowFrameClause^ WindowFrameClause {
WindowFrameClause^ get ();
void set (WindowFrameClause^ value);
}
member WindowFrameClause : WindowFrameClause with get, set
function get WindowFrameClause () : WindowFrameClause
function set WindowFrameClause (value : WindowFrameClause)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WindowFrameClause
The window bounds specification, for windowing aggregates.