Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.59 KB

optimizedstate-element-assl.md

File metadata and controls

57 lines (41 loc) · 1.59 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
OptimizedState Element (ASSL) | Microsoft Docs
Learn about the OptimizedState property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

OptimizedState Element (ASSL)

Determines the level of optimization that is applied to the hierarchy.

Syntax

  
<CubeHierarchy>  
   ...  
   <OptimizedState>...</OptimizedState>  
   ...  
</CubeHierarchy>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value FullyOptimized
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element CubeHierarchy
Child elements None

Remarks

The value of this element is limited to one of the strings listed in the following table.

Value Description
FullyOptimized The instance builds indexes for the hierarchy to improve query performance.
NotOptimized The instance does not build additional indexes.

The enumeration that corresponds to the allowed values for OptimizedState in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.OptimizationType.

See Also

Properties (ASSL)