다음을 통해 공유


WindowFrameClause.WindowFrameType 속성

Gets or sets the type of the window frame. Specifies whether ROWS or RANGE units are used.

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

구문

‘선언
Public Property WindowFrameType As WindowFrameType 
    Get 
    Set
‘사용 방법
Dim instance As WindowFrameClause 
Dim value As WindowFrameType 

value = instance.WindowFrameType

instance.WindowFrameType = value
public WindowFrameType WindowFrameType { get; set; }
public:
property WindowFrameType WindowFrameType {
    WindowFrameType get ();
    void set (WindowFrameType value);
}
member WindowFrameType : WindowFrameType with get, set
function get WindowFrameType () : WindowFrameType 
function set WindowFrameType (value : WindowFrameType)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.WindowFrameType
The type of the window frame.

참고 항목

참조

WindowFrameClause 클래스

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