您要查找的是不是:
- Function过程Funciton procedure
- 在需要返回值时可使用Function过程。Use a Function procedure when you need to return a value.
- local Function = 该局的本地函数。Local Function = the local function of this office.
- End Function必须是其源行上的唯一语句。End Function must be the only statement on its source line.
- 在Declare语句中添加Sub或Function关键字。Add either the Sub or Function keyword to the Declare statement.
- 必须在ALTER FUNCTION语句中包括整个新函数。You must include the entire new function in the ALTER FUNCTION statement.
- 其中scalar-function是下列各表中列出的函数之一。Where scalar-function is one of the functions listed in the following tables.
- 在message和每一个function之后总有一行location行。There will always be a location line after message and after every function.
- 两个语法版本的CREATE FUNCTION语句都可以如此变更。Either version of the CREATE FUNCTION statement can be altered.
- 确保至少包含End Function、End Sub或End Property语句。Be sure to include at least the End Function, End Sub, or End Property statement.
- session.hash_function允许用户指定生成会话ID的散列算法。Session. Hash_function allows you to specify the hash algorithm used to generate the session IDs.
- CES生产函数(Production Function)在海南渔业生产中的应用Application of CES Production Function on Hainan Fishery Production
- 将控制返回给调用Function、Sub、Get、Set或Operator过程的代码。Returns control to the code that called a Function, Sub, Get, Set, or Operator procedure.
- 用Function语句可声明一个函数,并用End Function语句结束该函数。You declare a function with the Function statement and end it with the End Function statement.
- 若要返回退出代码,必须将Main过程声明为Function过程而不是Sub过程。To return an exit code, you must declare Main as a Function procedure instead of a Sub procedure.
- 可以写封装协议函数(按照正常的PHP 3格式)绕过此限制来调用old_function。You can get around this limitation by writing a wrapper function (in normal PHP 3 form) to call the old_function.
- 反差函数(用作测试菲林等的反差及解像力,亦称modulation transfer function)sine wave transmission
- 迄今为止,我们一直用“函数”(Function)这个词指代一个已命名的子例程。Up until now, the term function has been used to describe a named subroutine.
- 执行CREATE FUNCTION语句的用户对该函数引用的数据库对象具有REFERENCES权限。The user who executed the CREATE FUNCTION statement has REFERENCES permission on the database objects that the function references.
- 有关函数绑定到架构前必须满足的条件的列表,请参阅CREATE FUNCTION(Transact-SQL)。For a list of conditions that must be met before a function can be schema bound, see CREATE FUNCTION (Transact-SQL).