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.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property OffsetValue As ScalarExpression
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The offset of a window frame from the current row.