DimensionAttribute.AttributeHierarchyOptimizedState Property

Definition

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.

Applies to