函数引用 meaning in English
function reference
Examples
- Therefore , you can control which user account sql server uses to validate permissions on any database objects that are referenced by the function
所以,您可以控制sql server使用哪一个用户帐户来验证针对该函数引用的任何数据库对象的权限。 - The call browser window enables you to search for function calls , and then browse the search results and easily navigate to the function references in your source code files
使用“调用浏览器”窗口可以搜索函数调用,然后可浏览搜索结果并轻松定位到源代码文件中的函数引用。 - When a query references a function template , the query optimizer tries to generate a feasible plan that allows this function reference to be evaluated on the remote data source
当一个查询引用一个函数模板时,查询优化器尝试生成一个灵活的计划,允许在远程数据源上计算这个函数引用。 - This declspec is a promise to the compiler , and if the function references globals or second - level indirections of pointer arguments then the compiler may generate code that breaks the application
此declspec是对编译器的一个承诺,如果该函数引用全局变量或第二层间接指针参数,则编译器会生成将中断应用程序的代码。