OverClause.WindowFrameClause 屬性

Gets the window bounds specification, for windowing aggregates.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property WindowFrameClause As WindowFrameClause 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.WindowFrameClause
The window bounds specification, for windowing aggregates.

請參閱

參考

OverClause 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間