Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if a particular dimension is visible within an OLAP cube.
Syntax
public boolean isCubeDimensionVisible(
str _databaseName,
str _cubeName,
str _dimensionName)
Run On
Server
Parameters
- _databaseName
Type: str
The name of the OLAP database.
- _cubeName
Type: str
The name of the cube.
- _dimensionName
Type: str
The name of the dimension to check
Return Value
Type: boolean
true if the dimension is visible, otherwise false.