CubeAttribute.AttributeHierarchyOptimizedState Property

Definition

Gets or sets the optimization state for a CubeAttribute object.

public Microsoft.AnalysisServices.OptimizationType AttributeHierarchyOptimizedState { get; set; }
member this.AttributeHierarchyOptimizedState : Microsoft.AnalysisServices.OptimizationType with get, set
Public Property AttributeHierarchyOptimizedState As OptimizationType

Property Value

The type of optimization set.

Remarks

The state can be either FullyOptimized or NotOptimized.

Applies to