CubeAttribute.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 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.