CubeHierarchy.OptimizedState 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 of an associated CubeHierarchy object.
public Microsoft.AnalysisServices.OptimizationType OptimizedState { get; set; }
member this.OptimizedState : Microsoft.AnalysisServices.OptimizationType with get, set
Public Property OptimizedState As OptimizationType
Property Value
The type of optimization associated with a CubeHierarchy object.
Remarks
It is either FullyOptimized or NotOptimized.