הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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 |