Subject | English | Chinese Taiwan |
comp., MS | Boolean expression | 布林運算式 (An expression that yields a Boolean value (true or false). Such expressions can involve comparisons (testing values for equality or, for non-Boolean values, the < [less than] or > [greater than] relation) and logical combination (using Boolean operators such as AND, OR, and XOR) of Boolean expressions) |
comp., MS | bracket expression | 括號運算式 (" In regular expressions, an expression of the form "[expr]", which matches a character or a collation element in the target sequence that is also in the set defined by the expression expr, or of the form "[^expr]", which matches a character or a collation element in the target sequence that is not in the set defined by the expression expr.") |
comp., MS | calculated expression | 計算運算式 (An expression that is not constant, but whose value depends upon other values. To be evaluated, a calculated expression must obtain and compute values from other sources, typically in other fields or rows) |
comp., MS | catalog expression | 促銷目錄 (An expression that specifies which catalog products must be in the basket before a discount is applied) |
comp., MS | conditional expression | 條件運算式 (An expression that yields a Boolean value (true or false). Such expressions can involve comparisons (testing values for equality or, for non-Boolean values, the < [less than] or > [greater than] relation) and logical combination (using Boolean operators such as AND, OR, and XOR) of Boolean expressions) |
comp., MS | date expression | 日期運算式 (Any expression that can be interpreted as a date. This includes any combination of date literals, numbers that look like dates, strings that look like dates, and dates returned from functions) |
comp., MS | Expression Builder | 運算式建立幫手 (A tool you use to create an expression. The Expression Builder includes a list of common expressions that you can select from to define the properties you want to target) |
comp., MS | Expression Builder | 運算式產生器 (A tool you use to create an expression. The Expression Builder includes a list of common expressions that you can select from to define the properties you want to target) |
comp., MS | expression host assembly | 運算式主機組件 (All expressions found within a report are that are compiled into an assembly. The expression host assembly is stored as a part of the compiled report) |
comp., MS | expression tree | 運算式樹狀架構 (A tree-form data representation of the structure of language-level code expressions) |
comp., MS | linear expression | 線性運算式 (An option that changes a 2-dimensional linear expression, such as 5^2, to a built-up (3-dimensional) format) |
comp., MS | math expression | 數學運算式 (An expression that uses numeric values, such as integers, fixed-point numbers, and floating-point numbers, and operators, such as addition, subtraction, multiplication, and division) |
comp., MS | multidimensional expression | 多維度運算式 (A language for querying and manipulating data in multidimensional objects (OLAP cubes)) |
comp., MS | numeric expression | 數值運算式 (Any expression that evaluates to a number. The expression can be any combination of variables, constants, functions, and operators) |
comp., MS | PerformancePoint Expression Language | PerformancePoint 運算式語言 (The PerformancePoint language that is used to write business rules that automate operations and calculate performance data for a financial model) |
comp., MS | property expression | 屬性運算式 (An expression that is assigned to a property and updates the value of the property) |
comp., MS | query expression | 查詢運算式 (An expression that uses a language-integrated syntax for queries) |
comp., MS | quotation (An abstract representation of an F expression that is created by bracketing an F expression with the special symbols or | 引號 |
comp., MS | regular expression | 規則運算式 (A concise and flexible notation for finding and replacing patterns of text. The notation comprises two basic character types: literal (normal) text characters, which indicate text that must exist in the target string, and metacharacters, which indicate the text that can vary in the target string. You can use regular expressions to quickly parse large amounts of text to find specific character patterns; extract, edit, replace, or delete text substrings; or to add the extracted strings to a collection in order to generate a report) |
comp., MS | relational expression | 關聯運算式 (An expression that uses a relational operator such as < or > to compare two or more expressions. A relational expression resolves to a Boolean (true/false) value. See also Boolean, relational operator) |
comp., MS | SQL expression | SQL 運算式 (Any combination of operators, constants, literal values, functions, and names of tables and fields that evaluates to a single value) |
comp., MS | string expression | 字串運算式 (An expression that evaluates to a sequence of contiguous characters. Elements of the expression can be: functions that return a string or a string Variant (VarType 8); a string literal, constant, variable, or Variant) |
comp., MS | value expression | 值運算式 (An expression in Multidimensional Expressions (MDX) that returns a value. Value expressions can operate on sets, tuples, members, levels, numbers, or strings) |
comp., MS | variant expression | Variant 運算式 (Any expression that can evaluate to numeric, string, or date data, as well as the special values Empty and Null) |