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.