共用方式為


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 命名空間