Dimensions collection (ADO MD)

Applies to: Access 2013, Office 2013

Contains the Dimension objects that make up a cube.

Remarks

Dimensions is a standard ADO collection. With the properties and methods of a collection, you can do the following:

  • Obtain the number of objects in the collection with the Count property.

  • Return an object from the collection with the default Item property.

  • Update the objects in the collection from the provider with the Refresh method.