FetchType.RowOffset Property
SQL Server 2012
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)
'Declaration Public Property RowOffset As ScalarExpression Get Set 'Usage Dim instance As FetchType Dim value As ScalarExpression value = instance.RowOffset instance.RowOffset = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpressionThe row offset for ABSOLUTE and RELATIVE orientations.
