gets or sets a value that represents the maximum number of data rows that a data source control returns for a data retrieval operation.
获取或设置一个值,该值表示在一次数据检索操作中,数据源控件返回的最大数据行数。
the first line of text in the control returns the value zero.
控制项中的第一行文字会传回零值。
similarly, in a web application, different pages can call part of the application; when the called functionality has run its course, the control returns to the caller page.
类似地,在web应用程序中,不同的页面可以调用应用程序的一部分。当被调用的功能运行完毕时,控制返回到调用者页面。
with the 1-safe setting, control returns to the application immediately after a transaction is committed on the primary server; replication to secondary server is done asynchronously.
对于1 -safe设置,事务在主服务器上提交后,控制权立即回到应用程序。复制到备用服务器的操作是异步进行的。
with the 2-safe setting, control returns to the application only after the transaction is committed on both the primary and secondary servers.
对于2-safe设置,只有当事务在主服务器和备用服务器上都提交之后,控制权才回到应用程序。
app2 finishes its work and control returns back to app1, and the activity is called to complete.
app2结束它的工作,将控制返还给app1,活动结束。
later, after the pa selects an errand from the list and processes it, control returns to this servlet to display the list again.
稍后,当pa从列表中选择了差事并对它进行处理之后,控制权返回到这个servlet以重新显示这张列表。
when control returns to the caller, the caller extracts the return values from the stack.
当控制返回给调用程序时,调用程序就可以从堆栈中提取出返回值。