Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.91 KB

currentstoragemode-element-assl.md

File metadata and controls

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

CurrentStorageMode Element (ASSL)

Determines the current storage mode for the parent element.

Syntax

  
<Dimension> <!-- or Partition -->  
   <CurrentStorageMode>...</CurrentStorageMode>  
</Dimension>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value ROLAP
Cardinality 0-1: Optional element that can occur once or not at all.

Element Relationships

Relationship Element
Parent element Dimension, Partition
Child elements None

Remarks

The CurrentStorageMode element indicates the storage mode currently in use for proactive caching purposes, and applies to all attributes of the parent element.

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

Value Description
MOLAP The parent uses multidimensional OLAP (MOLAP) storage.
ROLAP The parent uses relational OLAP (ROLAP) storage.
HOLAP The parent uses hybrid OLAP (HOLAP) storage.

Note: This value is only valid for Partition parent elements.

The enumeration corresponding to the allowed values CurrentStorageMode in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.StorageMode.

See Also

Properties (ASSL)