Gets the bottom boundary of the window.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Bottom As WindowDelimiter
Get
Set
'用途
Dim instance As WindowFrameClause
Dim value As WindowDelimiter
value = instance.Bottom
instance.Bottom = value
public WindowDelimiter Bottom { get; set; }
public:
property WindowDelimiter^ Bottom {
WindowDelimiter^ get ();
void set (WindowDelimiter^ value);
}
member Bottom : WindowDelimiter with get, set
function get Bottom () : WindowDelimiter
function set Bottom (value : WindowDelimiter)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiter
The bottom boundary of the window.