Represents a collection of OLAP dimension levels.
This example shows how to display the name of the level and the attribute dimension status in Alert boxes:
Alert(ActiveDocument.Sections["OLAPQuery"].Catalog.Dimensions["Location"].Name) Alert(ActiveDocument.Sections["OLAPQuery"].Catalog.Dimensions["Location"].AttributeDimension)
Read-only: Property AttributeDimension as Boolean, Property ContainsHybridAnalysisData as Boolean, Property Count as Number, Property Name As String