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 various numeric functions
This is an OLE DB for OLAP property. Can be a combination of zero or more of the values described in the following table.
Value | Meaning |
MDPROPVAL_MNF_MEDIAN | The provider supports the function MEDIAN. |
MDPROPVAL_MNF_VAR | The provider supports the function VAR. |
MDPROPVAL_MNF_STDDEV | The provider supports the function STDDEV. |
MDPROP_MNF_RANK | The provider supports the function RANK. |
MDPROPVAL_MNF_AGGREGATE | The provider supports the function AGGREGATE. |
MDPROPVAL_MNF_COVARIANCE | The provider supports the function COVARIANCE. |
MDPROPVAL_MNF_CORRELATION | The provider supports the function CORRELATION. |
MDPROP_MNF_LINREGSLOPE | The provider supports the function LINREGSLOPE. |
MDPROPVAL_MNF_LINREGVARIANCE | The provider supports the function LINREGVARIANCE. |
MDPROPVAL_MNF_LINREGR2 | The provider supports the function LINREGR2. |
MDPROPVAL_MNF_LINREGPOINT | The provider supports the function LINREGPOINT. |
MDPROPVAL_MNF_LINREGINTERCEPT | The provider supports the function LINREGINTERCEPT. |