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 top boundary of the window.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Top As WindowDelimiter
Get
Set
'Usage
Dim instance As WindowFrameClause
Dim value As WindowDelimiter
value = instance.Top
instance.Top = value
public WindowDelimiter Top { get; set; }
public:
property WindowDelimiter^ Top {
WindowDelimiter^ get ();
void set (WindowDelimiter^ value);
}
member Top : WindowDelimiter with get, set
function get Top () : WindowDelimiter
function set Top (value : WindowDelimiter)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiter
The top boundary of the window.