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


 

MDPROP_MDX_OBJQUALIFICATION

Property group: Data Source Information

Property set: DBPROPSET_DATASOURCEINFO

Type: VT_I4

Typical R/W: R

Description: Provider's ability to qualify a cube name

This is an OLE DB for OLAP property. A bitmask specifying how multidimensional schema object names can be qualified in an MDX statement. Can be a combination of zero or more of the values described in the following table.

Value Meaning
MDPROPVAL_MOQ_DATASOURCE_CUBE Cubes can be qualified by the data source name.
MDPROPVAL_MOQ_CATALOG_CUBE Cubes can be qualified by the catalog name.
MDPROPVAL_MOQ_SCHEMA_CUBE Cubes can be qualified by the schema name.

Note   If none of the above bits are set, the provider does not support cube qualification.

MDPROPVAL_MOQ_CUBE_DIM Dimensions can be qualified by cube name.
MDPROPVAL_MOQ_DIM_HIER Hierarchies can be qualified by dimension names.
MDPROPVAL_MOQ_DIMHIER_LEVEL Levels can be qualified by the dimension name and/or hierarchy name. This property applies only if named levels are supported, which can be checked by the property.
MDPROP_NAMED_LEVELS If named levels are not supported, this bit must be set.
MDPROPVAL_MOQ_DIMHIER_MEMBER Members can be qualified by a dimension name and/or a hierarchy name.
MDPROPVAL_MOQ_LEVEL_MEMBER Members can be qualified by a level name.
MDPROPVAL_MOQ_MEMBER_MEMBER Members can be qualified by their ancestor names.