다음을 통해 공유


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 네임스페이스