Subject | English | Chinese simplified |
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 | dimension expression | 维度表达式 (A valid Multidimensional Expressions (MDX) expression that returns a dimension) |
comp., MS | expression box | 表达式框 (A control on a form that displays read-only data as the result of a lookup or calculation against the data using an XPath expression) |
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 | mathematical expression | 数学表达式 (A mathematical statement whose symbols comprise numbers, variables, and mathematical operations) |
comp., MS | member expression | 成员表达式 (A valid Multidimensional Expressions (MDX) expression that returns a member) |
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 | 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 | 变量表达式 (Any expression that can evaluate to numeric, string, or date data, as well as the special values Empty and Null) |
comp., MS | work item queue assignment expression | 工作项队列分配表达式 (A statement that conditionally assigns work items to specific work item queues) |