Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property OffsetValue As ScalarExpression
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The offset of a window frame from the current row.