English | Russian |
Boolean data type | логический тип данных (A data type with only two passable values, True (-1) or False (0). Boolean variables are stored as 16-bit (2-byte) numbers) |
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) |
Boolean operator | логический оператор (An operator designed to work with Boolean values. The four most common Boolean operators in programming use are AND (logical conjunction), OR (logical inclusion), XOR (exclusive OR), and NOT (logical negation)) |
Expected a boolean expression. | Ожидалось логическое выражение (Visual Studio 2013 Rori) |
Filter by Boolean Expression | фильтровать по логическому выражению (Visual Studio 2013 Rori) |
Gets or sets the Boolean property value that specifies whether the remote proc trans configuration option is enabled | Возвращает или задаёт значение логического свойства, которое показывает, включен ли параметр конфигурации remote proc trans (SQL Server 2012 ssn) |