1.
an activatable receive must be the first executable statement in a service
可激活的接收必须是服务中的第一个可执行语句
2.
Repetitive execution of the same statement or statements by use of a DO statement.
使用DO语句反复执行某一语句或某一语句组的过程。
3.
Repetitive execution of the same statement or statements, usually controlled by a DO statement.
同一语句或语句组的重复执行,通常由DO语句控制。
4.
Step Into Button\\015\\015Executes the next statement by stepping into the procedure.
单步执行下一条语句;遇过程,则进入过程执行。
5.
The odbc_exec() function is used to execute an SQL statement.
函数是用来执行一条sql语句的。
6.
Continues running the active macro from the current statement
从当前语句继续执行正在使用的宏
7.
If no match occurs, the default statement executes.
若没有发现相符的,就执行default语句。
8.
Database-Service-Provider Model and Executing SQL on Encrypted Data
DSP模型及执行基于加密数据的SQL语句
9.
If it finds a match, the corresponding statement (simple or compound) executes.
若发现相符的,就执行对应的语句(简单或复合语句)。
10.
Translating and executing each source language statement of a computer program before translating and executing the next statement.
翻译和执行计算机程序中的一条源语句之后,再翻译和执行下一条语句的过程。
11.
To translate and to execute each source language statement of a computer program before translating and executing the next statement.
翻译并执行完计算机程序中的一条源语句之后,才去翻译并执行下一条语句。
12.
Could not find a local mining model named '%1' to execute this statement on (it cannot be executed on server mining models).
找不到名为“%1”的本地挖掘模型以在其上执行该语句(该语句在服务器挖掘模型上无法执行)。
13.
Starts executing the program from the current statement, or launches the active project.
从当前语句开始执行程序,或启动活动项目。
14.
Executed next statement stepping into procedure
以单步方式执行下一条语句并进入过程
15.
A program that examines the source program for preprocessor statements which are then executed resulting in the alteration of the source program.
检查源程序中是否有预处理语句的一种程序。这些语句的执行导致对源程序的修改。
16.
You can see that in both the initialization and step portions the statements are evaluated in sequential order.
大家可以看到,无论在初始化还是在步进部分,语句都是顺序执行的。
17.
Cannot perform a %ls operation inside a user transaction. Terminate the transaction and reissue the statement.
在用户事务内部无法执行 %1! 操作。请终止事务后重新发出该语句。
18.
If it is missing, the code for the following case statements execute until a break is encountered.
若省略break,会继续执行后面的case语句的代码,直到遇到一个break为止。