DictionaryForumContacts

   Spanish
Terms for subject Microsoft containing variable | all forms | exact matches only
SpanishEnglish
inferencia de tipo de variable locallocal type inference (A process in which the compiler infers the type of a local variable that is declared with the var keyword in C or without an As clause in Visual Basic. The compiler infers the type of the variable from the type of the initializer expression)
salario variable por rendimientopay per performance (An employee payment system that is based on measures of goals and reviews. Employees receive increased compensation for their work if they or their team, department, or company reaches certain targets)
variable a nivel del módulomodule-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)
variable de configuraciónconfiguration 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.)
variable de consultaquery variable (A variable that stores a query, as opposed to the results of a query)
variable de entornoenvironment variable (One of a set of dynamic values maintained by the operating system that provides configuration and status information)
variable de inicializacióninitialization 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.")
variable de matrizarray variable (A variable that can contain a series of values)
variable de nivel de procedimientoprocedure-level variable (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared)
variable de objetoobject variable (A variable that contains a reference to an object)
variable de rangorange variable (A variable that provides access to each element in a sequence in a LINQ query)
variable de respaldobacking variable (A private variable that holds the value of a property. The property's Get and Set procedures access the backing field)
variable del sistemasystem variable (A variable provided by DTS)
variable globalglobal variable (A variable that is accessible from anywhere in a program)
variable local con tipo implícitoimplicitly typed local variable (A local variable whose type is inferred from the expression that initializes the variable)
variable personalizadacustom variable (A variable provided by package developers)