WindowFrameClause.Bottom 属性

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.

请参阅

参考

WindowFrameClause 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间