BooleanOperatorEnum 열거형

Describes the logical operators that connect search conditions in a report server database search.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Enumeration BooleanOperatorEnum
‘사용 방법
Dim instance As BooleanOperatorEnum
public enum BooleanOperatorEnum
public enum class BooleanOperatorEnum
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.

참고 항목

참조

ReportService2005 네임스페이스