MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
Property group: Data Source Information
Property set: DBPROPSET_DATASOURCEINFO
Type: VT_I4
Typical R/W: R
Description: Support for string comparison operators other than equals and not-equals operators
This is an OLE DB for OLAP property. A bitmask specifying the support in a provider for string comparison operators. Can be a combination of zero or more of the values described in the following table.
Value | Meaning |
MDPROPVAL_MSC_LESSTHAN | The provider supports the less-than operator. |
MDPROPVAL_MSC_GREATERTHAN | The provider supports the greater-than operator. |
MDPROPVAL_MSC_LESSTHANEQUAL | The provider supports the less-than-or-equal-to operator. |
MDPROPVAL_MSC_GREATERTHANEQUAL | The provider supports the greater-than-or-equal-to operator. |