过程执行 meaning in English
procedure execution
Examples
- Protected , to prevent outside procedures from executing class methods or reading and modifying data in properties and fields
)来防止外部过程执行类方法或读取和修改属性和字段中的数据。 - Describes statement processing , stored procedure execution , query plan caching and reuse , and parallel query processing
介绍语句处理、存储过程执行、查询计划缓存和重用以及并行查询处理。 - Suppose you want real - time status as the build process is running - perhaps to update a web page in real time
假设您希望在构建过程执行的时候实时地获得其状态,比如说实时更新某个web页面。 - The set option chosen remains in effect during the execution of the stored procedure and then reverts to its former setting
选择的set选项在存储过程执行过程中有效,之后恢复为原来的设置。 - Procedure performs a task and then returns control to the calling code , but it does not return a value to the calling code
过程执行一项任务,再将控制权返回给调用代码,但是不将值返回给调用代码。