DictionaryForumContacts

   English
Terms for subject Microsoft containing Procedures | all forms
EnglishUkrainian
private 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)
procedure-level variableзмінна на рівні процедури (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared)
remote 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))
stored 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)
Sub procedureпідпрограма (A Visual Basic for Applications (VBA) procedure that carries out an operation, but unlike a Function procedure, does not return a value)