MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties


 

MDPROP_MDX_FORMULAS

Property group: Data Source Information

Property set: DBPROPSET_DATASOURCEINFO

Type: VT_I4

Typical R/W: R

Description: Support for creation of named sets and calculated members

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_MF_WITH_CALCMEMBERS The provider supports the creation of calculated members by using the WITH clause before a SELECT.
MDPROPVAL_MF_WITH_NAMEDSETS The provider supports the creation of named sets by using the WITH clause before a SELECT.
MDPROPVAL_MF_CREATE_CALCMEMBERS The provider supports the creation of named calculated members by using the CREATE clause.
MDPROPVAL_MF_CREATE_NAMEDSETS The provider supports the creation of named sets by using the CREATE clause.
MDPROPVAL_MF_SCOPE_SESSION The provider supports the scope value of SESSION during the creation of named sets and calculated members.
MDPROPVAL_MF_SCOPE_GLOBAL The provider supports the scope value of GLOBAL during the creation of named sets and calculated members.