您要查找的是不是:
- Function過(guò)程Funciton procedure
- 在需要返回值時(shí)可使用Function過(guò)程。Use a Function procedure when you need to return a value.
- local Function = 該局的本地函數。Local Function = the local function of this office.
- End Function必須是其源行上的唯一語(yǔ)句。End Function must be the only statement on its source line.
- 在Declare語(yǔ)句中添加Sub或Function關(guān)鍵字。Add either the Sub or Function keyword to the Declare statement.
- 必須在A(yíng)LTER FUNCTION語(yǔ)句中包括整個(gè)新函數。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和每一個(gè)function之后總有一行location行。There will always be a location line after message and after every function.
- 兩個(gè)語(yǔ)法版本的CREATE FUNCTION語(yǔ)句都可以如此變更。Either version of the CREATE FUNCTION statement can be altered.
- 確保至少包含End Function、End Sub或End Property語(yǔ)句。Be sure to include at least the End Function, End Sub, or End Property statement.
- session.hash_function允許用戶(hù)指定生成會(huì )話(huà)ID的散列算法。Session. Hash_function allows you to specify the hash algorithm used to generate the session IDs.
- CES生產(chǎn)函數(Production Function)在海南漁業(yè)生產(chǎn)中的應用Application of CES Production Function on Hainan Fishery Production
- 將控制返回給調用Function、Sub、Get、Set或Operator過(guò)程的代碼。Returns control to the code that called a Function, Sub, Get, Set, or Operator procedure.
- 用Function語(yǔ)句可聲明一個(gè)函數,并用End Function語(yǔ)句結束該函數。You declare a function with the Function statement and end it with the End Function statement.
- 若要返回退出代碼,必須將Main過(guò)程聲明為Function過(guò)程而不是Sub過(guò)程。To return an exit code, you must declare Main as a Function procedure instead of a Sub procedure.
- 可以寫(xiě)封裝協(xié)議函數(按照正常的PHP 3格式)繞過(guò)此限制來(lái)調用old_function。You can get around this limitation by writing a wrapper function (in normal PHP 3 form) to call the old_function.
- 反差函數(用作測試菲林等的反差及解像力,亦稱(chēng)modulation transfer function)sine wave transmission
- 迄今為止,我們一直用“函數”(Function)這個(gè)詞指代一個(gè)已命名的子例程。Up until now, the term function has been used to describe a named subroutine.
- 執行CREATE FUNCTION語(yǔ)句的用戶(hù)對該函數引用的數據庫對象具有REFERENCES權限。The user who executed the CREATE FUNCTION statement has REFERENCES permission on the database objects that the function references.
- 有關(guān)函數綁定到架構前必須滿(mǎn)足的條件的列表,請參閱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).