Subject | English | Turkish |
comp., MS | Boolean expression | Boole ifadesi (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 | conditional expression | koşullu ifade (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 | sabit ifade (An expression that is composed only of constants and, hence, whose value does not change during program execution) |
comp., MS | custom expression | özel ifade (A property value that is hand-edited) |
comp., MS | custom path expression | özel yol ifadesi (When data binding to a CLR data source or another object, a data path or binding expression that is hand-edited) |
comp., MS | dimension expression | boyut ifadesi (A valid Multidimensional Expressions (MDX) expression that returns a dimension) |
comp., MS | expression box | ifade kutusu (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 | İfade Oluşturucusu (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 | ifade ana derlemesi (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 | ifade ağacı (A tree-form data representation of the structure of language-level code expressions) |
comp., MS | linear expression | doğrusal ifade (An option that changes a 2-dimensional linear expression, such as 5^2, to a built-up (3-dimensional) format) |
comp., MS | math expression | matematiksel ifade (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 | üye ifadesi (A valid Multidimensional Expressions (MDX) expression that returns a member) |
comp., MS | multidimensional expression | çok boyutlu ifade (A language for querying and manipulating data in multidimensional objects (OLAP cubes)) |
comp., MS | numeric expression | sayısal ifade (Any expression that evaluates to a number. The expression can be any combination of variables, constants, functions, and operators) |
comp., MS | quotation (An abstract representation of an F expression that is created by bracketing an F expression with the special symbols or | alıntı |
comp., MS | regular expression | normal ifade (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 | ilişkisel ifade (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 ifadesi (Any combination of operators, constants, literal values, functions, and names of tables and fields that evaluates to a single value) |
comp., MS | value expression | değer ifadesi (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 | değişken ifade (An expression that depends on the value of at least one variable and, hence, must be evaluated during program execution) |
comp., MS | work item queue assignment expression | iş maddesi kuyruğu tahsisat ifadesi (A statement that conditionally assigns work items to specific work item queues) |