共用方式為


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.