ウィンドウ集計のためのウィンドウ境界仕様を取得します。
名前空間: 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
ウィンドウ集計のためのウィンドウ境界仕様。