ADO MD objects
Applies to: Access 2013, Office 2013
Object | Description |
---|---|
Represents a positional or filter axis of a cellset, containing selected members of one or more dimensions. |
|
Contains multidimensional schema information (that is, cubes and underlying dimensions, hierarchies, levels, and members) specific to a multidimensional data provider (MDP). |
|
Represents the data at the intersection of axis coordinates, contained in a cellset. |
|
Represents the results of a multidimensional query. It is a collection of cells selected from cubes or other cellsets. |
|
Represents a cube from a multidimensional schema, containing a set of related dimensions. |
|
Represents one of the dimensions of a multidimensional cube, containing one or more hierarchies of members. |
|
Represents one way in which the members of a dimension can be aggregated or "rolled up." A dimension can be aggregated along one or more hierarchies. |
|
Contains a set of members, each of which has the same rank within a hierarchy. |
|
Represents a member of a level in a cube, the children of a member of a level, or a member of a position along an axis of a cellset. |
|
Represents a set of one or more members of different dimensions that defines a point along an axis. |
Also, the Catalog object is connected to an ADO Connection object, which is included with the standard ADO library:
Object |
Description |
---|---|
Represents an open connection to a data source. |
Many ADO MD objects can be contained in a corresponding collection. For example, a CubeDef object can be contained in a CubeDefs collection of a Catalog. For more information, see ADO MD Collections.