Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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_ANYValue: 0 Keywords are recognized regardless of case. |
CASE_REQUIREMENT_UPPER_IF_AQSKeywords 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 |