OffsetClause.FetchExpression 属性
Gets the expression for number of rows to return.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property FetchExpression As ScalarExpression
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression for number of rows to return.