BooleanOperatorEnum Enumeration
SQL Server 2000
Describes the logical operators that connect search conditions in a report server database search.
Public Enum BooleanOperatorEnum Member of [Namespace]
public enum BooleanOperatorEnum Member of [Namespace]
Remarks
BooleanOperatorEnum is passed as input to the FindItems method.
BooleanOperatorEnum is used in conjunction with SearchCondition[] objects to perform a search for items in the report server database.
Members
| Name | Description |
|---|---|
| And | A logical operator indicating that all of the operands must meet the search conditions. |
| Or | A logical operator indicating that only one of the operands must meet the search conditions. |