过程 process; procedure; transversion; plication; course 缩短制作过程 shorten the process of manufacture; 在讨论过程中 in [during] the course of the discussion; 加快过程 accelerate the process; 解释 ... 的过程 explain the process; 学习过程 the learning process; 生产过程 procedure of production; 谈判过程 process of bargaining; 它经过了一个有趣的进化过程。 it has passed through an interesting procedure of evolution. 我迟早要把这一复杂的过程全部告诉你。 i will tell you, sooner or later, all the complicated process
Argument takes a string containing the name of the method or property procedure to be invoked 参数采用包含要调用的方法名或属性过程名的字符串。
Alternatively , the command can contain two or more statements or stored procedure names 另一种方法是,命令可以包含两个(或多个)语句或存储过程名。
If the name of a stored procedure contains quotation marks , you may get a debugger error message 如果存储过程名包含引号,则可能会收到调试器错误信息。
Parameters are declared in the procedure declaration in the parentheses that follow the procedure name 在过程声明中,参数在紧跟着过程名的括号中声明。
Procedure by using the procedure name , followed by the argument list in parentheses , in a statement 通过使用语句中的过程名(后跟圆括号中的参数列表)调用
It can be the same as the real name of the function you are calling , or you can use any valid procedure name and then employ the 它可以与正在调用的函数的实名相同,或者可以使用任何有效的过程名,然后使用
If the extended stored procedure s name is xp myxp , the following code would cause the extended stored procedure to be executed : exec xp myxp 如果扩展存储过程名为xp _ myxp ,则以下代码将使此扩展存储过程得以执行:
The function or procedure name may be accompanied by optional information , such as module name , line number , byte offset , and parameter names , types , and values 函数或过程名可能伴随有可选信息,如模块名、行号、字节偏移量以及参数的名称、类型和值。
Keyword if the name of the function you are calling is not a valid visual basic procedure name , or conflicts with the name of other items in your application 如果您要调用的函数的名称不是有效的visual basic过程名,或者与应用程序中其他项的名称冲突,则使用
Attribute that points to an anonymous hash that maps the api procedure name to a reference of a real perl subroutine that will perform the required work . recall that the api in 属性,它指向一个匿名散列,这个匿名散列将api过程名映射到将执行必要的工作的实际perl子例程的引用。