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 offset of a window frame from the current row. Can be NULL if unbounded Preceding/Following or current row delimiter is used.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OffsetValue As ScalarExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The offset of a window frame from the current row.