Subject | English | Korean |
comp., MS | arithmetic expression | 산술 식 (A series of elements, including data labels and constants as well as numbers, that are joined by arithmetic operators, such as + and -, and can be calculated to produce a value) |
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 | constant expression | 상수 식 (An expression that is composed only of constants and, hence, whose value does not change during program execution) |
comp., MS | custom expression | 사용자 지정 식 (A property value that is hand-edited) |
comp., MS | custom path expression | 사용자 지정 패스 식 (When data binding to a CLR data source or another object, a data path or binding expression that is hand-edited) |
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 | 1차식 (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 | member expression | 멤버 식 (A valid Multidimensional Expressions (MDX) expression that returns a member) |
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 | SCOPE expression | SCOPE 식 (An expression that specifies a member set that includes, explicitly or implicitly, a member from every dimension in the model) |
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 | variable expression | 변수 식 (An expression that depends on the value of at least one variable and, hence, must be evaluated during program execution) |
comp., MS | variant expression | 변형 수식 (Any expression that can evaluate to numeric, string, or date data, as well as the special values Empty and Null) |