ADO MD (ActiveX Data Objects Multidimensional) provides objects that deal with MD data such as cubes via an OLE DB provider that is also an MDP (MD Data Provider). If you are unfamiliar with MD data, see my section on MD Data.

Here are two basic arrangements of the ADO MD Object Model.

ADO MD Object Tree 10 Classes and 7 Collections
  • Catalog
    • CubeDef in CubeDefs
      • Property in Properties
      • Dimension in Dimensions
        • Property in Properties
        • Hierarchy in Hierarchies
          • Property in Properties
          • Level in Levels
            • Property in Properties
            • Member in Members
              • Property in Properties
  • Cellset
    • Property in Properties
    • Axis in Axes
      • Property in Properties
      • Position in Positions
        • Member in Members
          • Property in Properties
    • Cell
      • Property in Properties
      • Position in Positions
        • Member in Members
          • Property in Properties

Here is an elaboration of the ADO MD object tree:

The Property object represents information pertaining to an object that can be read or set.

Page Modified: (Hand noted: 2007-10-10 19:13:41Z) (Auto noted: 2007-11-17 06:47:29Z)