您要查找的是不是:
- external procedure reference 外部过程引用
- The Declare statement creates a reference to an external procedure and supplies this necessary information. Declare语句创建一个对外部过程的引用,并提供这些必需的信息。
- In PL/1,an expression and argument list that is part of a procedure reference. PL/1语言中的一个表达式及自变量表,是过程参照的一部分。
- In PL/1, an expression and argument list that is part of a procedure reference. PL/1语言中的一个表达式及自变量表,是过程参照的一部分。
- The compiler needs all the parameters and the return type of an external procedure to call it correctly. 编译器需要外部过程的所有参数和返回类型才能正确地调用它。
- An external procedure cannot participate in overriding, implement interface members, or handle events. 外部过程不能参与重写过程、实现接口成员或处理事件。
- If that fails, append "W" to the end of the external procedure name and look it up again. 如果查找失败,则在外部过程名称结尾附加“W”,并再次查找。
- In PL / 1, an expression and argument list that is part of a procedure reference. pl/1语言中的一个表达式及自变量表,是过程参照的一部分。
- OUTPUT parameters enable an external procedure, a batch, or more than one Transact-SQL statement to access a value set during the procedure execution. OUTPUT参数允许外部过程、批处理或多条Transact-SQL语句在过程执行期间访问设置的某个值。
- On a Unicode platform, such as Windows NT, Windows 2000, or Windows XP, first look up the external procedure with no name modification. 在Unicode平台(如Windows NT、Windows 2000或Windows XP)上,将首先查找外部过程,而不修改名称。
- This can be useful if any character in the external procedure name is not allowed in Visual Basic, or if the external file exports the procedure without a name. 如果不允许在Visual Basic中使用外部过程名称中的任何字符,或者,如果外部文件在导出过程时未使用名称,则这一点十分有用。
- Not the same as a zero-length string ("); used for calling external procedures. 与零长度字符串(")不同;用于调用外部过程。
- Must have DBA authority for external procedures or to create a procedure for another user. 引用外部过程或者为其他用户创建过程必须有DBA权限。
- The instance database and application databases contain stored procedures that are not documented in this stored procedure reference. 实例数据库和应用程序数据库包含该存储过程引用中未记录的各存储过程。
- As an alternative to the built-in assembler, you can link to object files that contain external procedures and functions. See External declarations for more information. 当替代内置汇编的时候,你可以链接到一个包含有外部过程和函数的目标文件。更多的信息查看外部声明。
- When a procedure refers to a table, it uses the group memberships of the procedure creator to locate tables with no explicit owner name specified. 当某一过程引用某一表时,它使用过程创建者的组成员资格用以确定没有显式指定所有者名称的表。
- Accounting procedure refers to the step and the method of recording,classifying,collecting and reporting the accounting dates. 账务处理程序是指对会计数据的记录、归类、汇总、陈报的步骤和方法。
- A ROLLBACK statement in a stored procedure referenced by an INSERT.EXEC statement causes the entire transaction to be rolled back and the batch stops executing. 由INSERT.;EXEC语句引用的存储过程中的ROLLBACK语句将导致整个事务回滚;并使批处理终止执行。
- A ROLLBACK statement in a stored procedure referenced in an INSERT table EXEC procedure statement causes the INSERT statement to be rolled back, but the batch continues. 由INSERT table EXEC procedure语句引用的存储过程中的ROLLBACK语句将导致INSERT语句回滚,但批处理继续执行。
- This causes the adapter to execute the SQL statement or stored procedure referenced in its SelectCommand property and put the results into a table in the dataset. 这会导致适配器执行在其SelectCommand属性中所引用的SQL语句或存储过程,然后将结果放入数据集中的表中。
