Поделиться через


Перечисление BooleanOperatorEnum

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

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration BooleanOperatorEnum
'Применение
Dim instance As BooleanOperatorEnum
[SerializableAttribute]
public enum BooleanOperatorEnum
[SerializableAttribute]
public enum class BooleanOperatorEnum
[<SerializableAttribute>]
type BooleanOperatorEnum
public enum BooleanOperatorEnum

Элементы

Имя элемента Описание
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.

Замечания

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 or SharePoint library.

См. также

Справочник

Пространство имен ReportService2010