Share via


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.

참고 항목

참조

ReportService2010 네임스페이스