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 |
Determines the current storage mode for the parent element.
<Dimension> <!-- or Partition -->
<CurrentStorageMode>...</CurrentStorageMode>
</Dimension>
Characteristic | Description |
---|---|
Data type and length | String (enumeration) |
Default value | ROLAP |
Cardinality | 0-1: Optional element that can occur once or not at all. |
Relationship | Element |
---|---|
Parent element | Dimension, Partition |
Child elements | None |
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.