CASE_REQUIREMENT enumeration (structuredquery.h)

Specifies the case requirements of keywords, if any, for a query.

Syntax

typedef enum CASE_REQUIREMENT {
  CASE_REQUIREMENT_ANY = 0,
  CASE_REQUIREMENT_UPPER_IF_AQS
} ;

Constants

 
CASE_REQUIREMENT_ANY
Value: 0
Keywords are recognized regardless of case.
CASE_REQUIREMENT_UPPER_IF_AQS
Keywords are recognized only if uppercase when AQS is the syntax. When AQS is not the syntax, keywords are recognized regardless of case.

Remarks

Keywords include Boolean operators such as AND, NOT, and OR.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header structuredquery.h

See also

STRUCTURED_QUERY_RESOLVE_OPTION