다음을 통해 공유


WindowFrameClause.Top 속성

Gets the top boundary of the window.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property Top As WindowDelimiter 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiter
The top boundary of the window.

참고 항목

참조

WindowFrameClause 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스