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.