BooleanOperatorEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the logical operators that connect search conditions in a report server database or SharePoint library search.
public enum class BooleanOperatorEnum
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public enum BooleanOperatorEnum
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type BooleanOperatorEnum =
Public Enum BooleanOperatorEnum
- Inheritance
-
BooleanOperatorEnum
- Attributes
Fields
Name | Value | Description |
---|---|---|
And | 0 | The operator is And. |
Or | 1 | The operator is Or. |
Remarks
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.