Compartir a través de


WindowDelimiter.OffsetValue Propiedad

Gets or sets the offset of a window frame from the current row. Can be NULL if unbounded Preceding/Following or current row delimiter is used.

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

Sintaxis

'Declaración
Public Property OffsetValue As ScalarExpression 
    Get 
    Set
'Uso
Dim instance As WindowDelimiter 
Dim value As ScalarExpression 

value = instance.OffsetValue

instance.OffsetValue = value
public ScalarExpression OffsetValue { get; set; }
public:
property ScalarExpression^ OffsetValue {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member OffsetValue : ScalarExpression with get, set
function get OffsetValue () : ScalarExpression 
function set OffsetValue (value : ScalarExpression)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The offset of a window frame from the current row.

Vea también

Referencia

WindowDelimiter Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom