現在の行からウィンドウ フレームのオフセットを取得または設定します。 unbounded Preceding/Following または現在の行区切りが使用されている場合、NULL を指定できます。
名前空間: 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
現在の行からのウィンドウ フレームのオフセット。