Compartir a través de


WindowFrameClause.Bottom Propiedad

Gets the bottom boundary of the window.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Bottom As WindowDelimiter 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiter
The bottom boundary of the window.

Vea también

Referencia

WindowFrameClause Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom