DimensionAttribute.AttributeHierarchyOptimizedState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the level of optimization applied to the attribute hierarchy.
public Microsoft.AnalysisServices.OptimizationType AttributeHierarchyOptimizedState { get; set; }
member this.AttributeHierarchyOptimizedState : Microsoft.AnalysisServices.OptimizationType with get, set
Public Property AttributeHierarchyOptimizedState As OptimizationType
Property Value
The level of optimization applied to the attribute hierarchy.
Remarks
The value of this property can be: Value Description ----- ----------- FullyOptimized The server builds indexes for the attribute hierarchy to improve query performance. NotOptimized No additional indexes are built by the server.