BooleanOperatorEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Describes the logical operators that connect search conditions in a report server database search.

Syntax

'Declaration
Public Enumeration BooleanOperatorEnum
public enum BooleanOperatorEnum
public enum class BooleanOperatorEnum
public enum BooleanOperatorEnum
public enum BooleanOperatorEnum

Members

Member 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.

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace