Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of a window boundary.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property WindowDelimiterType As WindowDelimiterType
Get
Set
'Usage
Dim instance As WindowDelimiter
Dim value As WindowDelimiterType
value = instance.WindowDelimiterType
instance.WindowDelimiterType = value
public WindowDelimiterType WindowDelimiterType { get; set; }
public:
property WindowDelimiterType WindowDelimiterType {
WindowDelimiterType get ();
void set (WindowDelimiterType value);
}
member WindowDelimiterType : WindowDelimiterType with get, set
function get WindowDelimiterType () : WindowDelimiterType
function set WindowDelimiterType (value : WindowDelimiterType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiterType
The type of a window boundary.