执行模块 meaning in English
executable module
execution module
executive module
Examples
- Forces a new plan to be compiled , used , and discarded after the module is executed
执行模块后,强制编译、使用和放弃新计划。 - This practice should help ensure that the executable module is compatible with the architecture of the target system
这条经验能够保证可执行模块与目标系统的架构兼容。 - Stored procedure and forces a new query plan to be compiled , used , and discarded after the module is executed
存储过程,并在执行模块后强制编译、使用和放弃一个新查询计划。 - You do not have to specify the execute keyword when executing modules if the statement is the first one in a batch
在执行模块时,如果语句是批处理中的第一个语句,则不一定要指定execute关键字。 - You cannot execute a module by specifying output for a parameter that is not defined as an output parameter in the module
如果一个参数在模块中没有定义为output参数,则不能通过对该参数指定output执行模块。