Subject | English | Hebrew |
comp., MS | configuration variable | משתנה תצורה (A variable that specifies a testing requirement, such as a hardware or software requirement. Each configuration variable has a set of allowable values associated with it.) |
comp., MS | global variable | משתנה כללי (A variable that is accessible from anywhere in a program) |
comp., MS | implicitly typed local variable | משתנה מקומי שסווג באופן מפורש (A local variable whose type is inferred from the expression that initializes the variable) |
comp., MS | initialization variable | משתנה אתחול (" A variable whose value determines a desired behavior. For example, "Append_EOL Initialization Variable" specifies Yes if all text files must end with an end-of-line character, and No (default) if an end-of-line character is not needed for text files.") |
comp., MS | module-level variable | משתנה רמת מודול (A variable that's declared in the Declarations section of a module by using the Private keyword. These variables are available to all procedures in the module) |
comp., MS | public variable | משתנה ציבורי (A variable you declare with the Public keyword in the Declarations section of a module. A public variable can be shared by all the procedures in every module in a database) |
comp., MS | query variable | משתנה שאילתה (A variable that stores a query, as opposed to the results of a query) |
comp., MS | range variable | משתנה טווח (A variable that provides access to each element in a sequence in a LINQ query) |
comp., MS | variable award | מענק משתנה (An individual provision of some form of variable compensation) |
comp., MS | variable compensation | פיצוי משתנה (Compensation, contingent on discretion, performance, or results, that is awarded to an employee by an organization) |
comp., MS | variable consumption | צריכה משתנה (Specification that the volume or quantity of a component used in a finished item is proportional to the number of items produced or reported as finished) |
comp., MS | variable cost | עלות משתנה (A cost that varies based on production or sales volume) |
comp., MS | variable initializer | מיפוי ערכים (An assignment statement that is executed when the variable's class is initialized) |