Applies To:
OlapConnection object
Description:
Returns the name of a cube object.
Action:
Read-only, String
Example:
This example shows how to return the cube name for an OLAP query in an Alert box:
Alert(ActiveDocument.Sections["OLAPQuery"].Connection.CubeName)