DictionaryForumContacts

   English
Terms for subject Microsoft containing Variable | all forms | exact matches only
EnglishGreek
global variableκαθολική μεταβλητή (A variable that is accessible from anywhere in a program)
implicitly typed local variableτοπική μεταβλητή που έχει λάβει τύπο μη ρητά (A local variable whose type is inferred from the expression that initializes the variable)
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.")
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)
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)
query variableμεταβλητή ερωτήματος (A variable that stores a query, as opposed to the results of a query)
range variableμεταβλητή περιοχής (A variable that provides access to each element in a sequence in a LINQ query)
variable costμεταβλητό κόστος (A cost that varies based on production or sales volume)
variable initializerπροετοιμασία μεταβλητής (An assignment statement that is executed when the variable's class is initialized)