Compartir a través de


WindowDelimiter.WindowDelimiterType Propiedad

Gets or sets the type of a window boundary.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.WindowDelimiterType
The type of a window boundary.

Vea también

Referencia

WindowDelimiter Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom