UsesDimension method: CubeCollectionDefn class
Syntax
UsesDimension(DimensionName)
Description
Use the UsesDimension method to determine if the cube collection uses the dimension specified by DimensionName.
Parameters
| Parameter | Description |
|---|---|
|
DimensionName |
Specify the name of the dimension that you want to verify. |
Returns
A Boolean value: true if the dimension is part of the cube collection, false otherwise.
Related Topics