Propriedade do RDL WindowDelimiter.WindowDelimiterType
Gets or sets the type of a window boundary.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property WindowDelimiterType As WindowDelimiterType
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiterType
The type of a window boundary.