DimensionStorageMode Enum
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.
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
Name | Value | Description |
---|---|---|
Molap | 0 | Specifies that the storage mode is Multi-dimensional OLAP. |
Rolap | 1 | Specifies that the storage mode is relational OLAP (ROLAP). |
InMemory | 2 | Specifies that the storage mode is in memory. |
Remarks
Applies to all attributes of the dimension.