DimensionAttribute.AttributeHierarchyOptimizedState Property

Definition

Gets or sets the level of optimization applied to the attribute hierarchy.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_AttributeHierarchyOptimizedState")]
public Microsoft.AnalysisServices.OptimizationType AttributeHierarchyOptimizedState { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_AttributeHierarchyOptimizedState")>]
member this.AttributeHierarchyOptimizedState : Microsoft.AnalysisServices.OptimizationType with get, set
Public Property AttributeHierarchyOptimizedState As OptimizationType

Property Value

OptimizationType

The level of optimization applied to the attribute hierarchy.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

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