StorageMode Enum

Definition

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

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).

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).

Applies to