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 query joining multiple cubes
This is an OLE DB for OLAP property. A bitmask that can be a combination of zero or more of the values described in the following table.
Value | Meaning |
MDPROPVAL_MJC_IMPLICITCUBE | The provider supports an empty FROM clause. The cube is implicitly resolved by the axis and slicer dimensions. |
MDPROPVAL_MJC_SINGLECUBE | The provider supports only one cube in the FROM clause of the MDX statement. |
MDPROPVAL_MJC_MULTICUBES | The provider supports more than one cube in the FROM clause of the MDX statement. |