BooleanOperatorEnum 枚举

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

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Enumeration BooleanOperatorEnum
用法
Dim instance As BooleanOperatorEnum
public enum BooleanOperatorEnum
public enum class BooleanOperatorEnum
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.

请参阅

参考

ReportService2005 命名空间