BooleanOperatorEnum 枚举
Describes the logical operators that connect search conditions in a report server database search.
命名空间: ReportService2005
程序集: ReportService2005(在 ReportService2005.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.