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


 

MDPROP_MDX_DESCFLAGS

Property group: Data Source Information

Property set: DBPROPSET_DATASOURCEINFO

Type: VT_I4

Typical R/W: R

Description: Support for various <desc flag> values in the DESCENDANTS function

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_MD_BEFORE The provider supports the flag BEFORE.
MDPROPVAL_MD_AFTER The provider supports the flag AFTER.
MDPROPVAL_MD_SELF The provider supports the flag SELF. This bit must be set by all providers because support for SELF is mandatory.

Support for other <desc flag >values, such as SELF_AND_BEFORE, are implied by multiple bits being on.