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 bottom boundary of the window.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Bottom As WindowDelimiter
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiter
The bottom boundary of the window.