OffsetClause.FetchExpression Property
Gets the expression for number of rows to return.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property FetchExpression As ScalarExpression
Get
Set
'Usage
Dim instance As OffsetClause
Dim value As ScalarExpression
value = instance.FetchExpression
instance.FetchExpression = value
public ScalarExpression FetchExpression { get; set; }
public:
property ScalarExpression^ FetchExpression {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member FetchExpression : ScalarExpression with get, set
function get FetchExpression () : ScalarExpression
function set FetchExpression (value : ScalarExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression for number of rows to return.