AttributeHierarchyOptimizedState Element (ASSL)
SQL Server 2012
Determines the level of optimization applied to the attribute hierarchy.
The value of this element is limited to one of the strings in the following table.
|
Value |
Description |
|---|---|
|
FullyOptimized |
The instance builds indexes for the attribute hierarchy to improve query performance. |
|
NotOptimized |
No additional indexes are built by the instance. |
The enumeration corresponding to the allowed values for AttributeHierarchyOptimizedState in the Analysis Management Objects (AMO) object model is OptimizationType. The elements that correspond to the parents of AttributeHierarchyOptimizedState in the AMO object model are CubeAttribute and DimensionAttribute.
