StorageEngineUsed 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.
An enumeration of the different storage engine types allowed by the SSAS service.
public enum StorageEngineUsed
type StorageEngineUsed =
Public Enum StorageEngineUsed
- Inheritance
-
StorageEngineUsed
Fields
Name | Value | Description |
---|---|---|
Traditional | 0 | The server is running in OLAP mode, which is known as the traditional SSAS mode. |
InMemory | 1 | Specifies that the storage mode is proprietary Analysis Services xVelocity in-memory analytics engine (VertiPaq). |
Mixed | 2 | The server is running in a combination of modes. |
TabularMetadata | 3 | The server is running in the new Tabular-Metadata mode |