DictionaryForumContacts

Terms containing Procedure | all forms | exact matches only
SubjectEnglishChinese simplified
comp., MSasynchronous procedure call异步过程调用 (A function call that executes separately from an executing program when a set of enabling conditions exist. After the conditions have been met, the operating system's kernel issues a software interrupt and directs the executing program to execute the call)
comp., MSCLR stored procedureCLR 存储过程 (A stored procedure created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR))
comp., MSend of day procedure日结程序 (A retail accounting procedure for a register at the end of the business day)
comp., MSend of shift procedure班结程序 (A retail accounting procedure for the end of a cashier's shift)
comp., MSevent procedure事件过程 (A procedure that is automatically executed in response to an event initiated by the user or program code, or that is triggered by the system)
comp., MSextended stored procedure扩展存储过程 (A function in a dynamic link library (DLL) that is coded using the SQL Server Extended Stored Procedure API. The function can then be invoked from Transact-SQL using the same statements that are used to execute Transact-SQL stored procedures)
comp., MSFunction procedureFunction 过程 (A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement)
comp., MSoperator procedure运算符过程 (A series of Visual Basic statements that define the behavior of a standard operator (such as *, <> or And) on a class or structure you have defined. This is also called operator overloading)
comp., MSprivate procedure私有过程 (A Sub or Function procedure that has been declared as private by using the Private keyword in a Declare statement. Private procedures are available for use only by other procedures within the same module)
comp., MSprocedure call过程调用 (In programming, an instruction that causes a procedure to be executed. A procedure call can be located in another procedure or in the main body of the program)
comp., MSprocedure level过程级 (Describes any variables or constants declared within a procedure. Variables and constants declared within a procedure are available to that procedure only)
comp., MSprocedure-level variable过程级变量 (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared)
comp., MSremote procedure call远程过程调用 (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer))
comp., MSremote stored procedure远程存储过程 (A stored procedure located on one instance of SQL Server that is executed by a statement on another instance of SQL Server)
comp., MSstored procedure存储过程 (A precompiled collection of SQL statements and optional control-of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application)
comp., MSstored procedure resolver存储过程冲突解决程序 (A program that is invoked to handle row change-based conflicts that are encountered in an article to which the resolver was registered.)
comp., MSSub procedureSub 过程 (A Visual Basic for Applications (VBA) procedure that carries out an operation, but unlike a Function procedure, does not return a value)
comp., MStemporary stored procedure临时存储过程 (A procedure placed in the temporary database, tempdb, and erased at the end of the session)
comp., MSwindow procedure窗口程序 (A function, called by the operating system, that controls the appearance and behavior of its associated windows. The procedure receives and processes all messages to these windows)

Get short URL