NAMED_ENTITY_CERTAINTY enumeration (structuredquery.h)
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_LOW Value: 0 It could be this named entity but additional evidence is advisable. |
NEC_MEDIUM It quite likely is this named entity; it is okay to use it. |
NEC_HIGH It 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 |