ReqDemPlanSSASHelper.isCubeDimensionVisible Method [AX 2012]
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.