DimensionStorageMode Enum

Definition

Determines the storage mode for the dimension.

[System.Runtime.InteropServices.Guid("7A956EEC-0193-48df-880D-8DBA13A867B0")]
public enum DimensionStorageMode
[<System.Runtime.InteropServices.Guid("7A956EEC-0193-48df-880D-8DBA13A867B0")>]
type DimensionStorageMode = 
Public Enum DimensionStorageMode
Inheritance
DimensionStorageMode
Attributes

Fields

InMemory 2

Specifies that the storage mode is in memory.

Molap 0

Specifies that the storage mode is Multi-dimensional OLAP.

Rolap 1

Specifies that the storage mode is relational OLAP (ROLAP).

Remarks

Applies to all attributes of the dimension.

Applies to