过程引用 meaning in English
procedure invocation
procedure reference
Examples
- The instance database and application databases contain stored procedures that are not documented in this stored procedure reference
实例数据库和应用程序数据库包含该存储过程引用中未记录的各存储过程。 - A query , or sql statement , that creates a new table , and then creates rows in the table by copying rows from an existing table
基表( base table )数据库中永久存储的表。基表可由视图、游标、 sql语句和存储过程引用。 - The unit of space allocated to a sql server object , such as a table or index , whenever the object needs more space . external delivery system
例如,如果某个存储过程引用了某个表,那么对该表所做的更改可以影响该存储过程的行为。 - Therefore , a syntactically correct stored procedure that references tables that do not exist can be created successfully ; however , the stored procedure will fail at run time if the referenced tables do not exist
因此,如果语法正确的存储过程引用了不存在的表,则仍可以成功创建;但如果引用的表不存在,则存储过程将在运行时失败。 - Declared elements include variables , constants , enumerations , classes , structures , modules , interfaces , procedures , procedure parameters , function returns , external procedure references , operators , properties , events , and delegates
已声明元素包括:变量、常数、枚举、类、结构、模块、接口、过程、过程参数、函数返回值、外部过程引用、运算符、属性、事件和委托。