Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the level of certainty for a named entity.
Syntax
typedef enum __MIDL___MIDL_itf_structuredquery_0000_0012_0001 {
NEC_LOW = 0,
NEC_MEDIUM,
NEC_HIGH
} NAMED_ENTITY_CERTAINTY;
Constants
NEC_LOWValue: 0 It could be this named entity but additional evidence is advisable. |
NEC_MEDIUMIt quite likely is this named entity; it is okay to use it. |
NEC_HIGHIt almost certainly is this named entity; it should be okay to discard other possibilities. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | structuredquery.h |