You work as a developer at ABC.com. The company uses a Microsoft SQL Server 2012
infrastructure.
An Analysis Services project you are developing contains multiple dimensions.
The attributes in one of the dimensions include a parent-child hierarchy, a key attribute and two
regular attributes.
Users are able to view all the hierarchies when they view the dimension.
How can you hide a hierarchy from the users?
A.
By setting a value of False for the AttributeHierarchyEnabled property.
B.
By setting a value of False for the AttributeHierarchyVisible property.
C.
By setting a value of NotOptimized for the AttributeHierarchyOptimized property.
D.
By setting a value of False for the AttributeHierarchyOrdered property.
Explanation: