Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.