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 命名空间