Subject | English | Thai |
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 | object variable | ตัวแปรวัตถุ (A variable that contains a reference to an object) |
comp., MS | 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) |
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) |