ABSOLUTE 方向と RELATIVE 方向の行オフセットを取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property RowOffset As ScalarExpression
Get
Set
'使用
Dim instance As FetchType
Dim value As ScalarExpression
value = instance.RowOffset
instance.RowOffset = value
public ScalarExpression RowOffset { get; set; }
public:
property ScalarExpression^ RowOffset {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member RowOffset : ScalarExpression with get, set
function get RowOffset () : ScalarExpression
function set RowOffset (value : ScalarExpression)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
ABSOLUTE 方向と RELATIVE 方向の行オフセット。