StorageMode 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 object.
[System.Runtime.InteropServices.Guid("D5057FA3-045C-413b-A2F5-9C785BA55303")]
public enum StorageMode
[<System.Runtime.InteropServices.Guid("D5057FA3-045C-413b-A2F5-9C785BA55303")>]
type StorageMode =
Public Enum StorageMode
- Inheritance
-
StorageMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Molap | 0 | Specifies that the storage mode is Proprietary Analysis Services, or Multi-dimensional OLAP, files. |
Rolap | 1 | Specifies that the storage mode is relational OLAP (ROLAP). |
Holap | 2 | Specifies that the storage mode is hybrid OLAP. Part of the data is stored in Molap and part in Rolap. |
InMemory | 3 | Specifies that the storage mode is proprietary Analysis Services xVelocity in-memory analytics engine (VertiPaq). |