Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.WindowFrameType
The type of the window frame.