过程执行 meaning in English
procedure execution
Examples
- Procedure performs a task and then returns control to the calling code
过程执行任务,接着将控制返回到调用代码。 - Sql server does not perform parameter checking on extended stored procedures
Sql server不对扩展存储过程执行参数检查。 - Steps the program to the next source line , stepping over function calls
单步执行程序到下一源行,并逐过程执行函数调用。 - This is typically used to indicate the success or failure of the stored procedure
这通常用于指示存储过程执行成功还是失败。 - Procedure , which performs a task but does not return a value to the calling code
过程,该过程执行一个任务但不会向调用代码返回值。