Condividi tramite


Proprietà WindowFrameClause.WindowFrameType

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

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property WindowFrameType As WindowFrameType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

WindowFrameClause Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom