Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets or sets the type of the window frame. Specifies whether ROWS or RANGE units are used.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property WindowFrameType As WindowFrameType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WindowFrameType
The type of the window frame.