Gets or sets the row offset for ABSOLUTE and RELATIVE orientations.
命名空间: 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
The row offset for ABSOLUTE and RELATIVE orientations.