FetchType.RowOffset Property
Gets or sets the row offset for ABSOLUTE and RELATIVE orientations.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property RowOffset As ScalarExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The row offset for ABSOLUTE and RELATIVE orientations.