StorageEngineUsed Enum

Definition

An enumeration of the different storage engine types allowed by the SSAS service.

public enum StorageEngineUsed
type StorageEngineUsed = 
Public Enum StorageEngineUsed
Inheritance
StorageEngineUsed

Fields

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

Traditional 0

The server is running in OLAP mode, which is known as the traditional SSAS mode.

Applies to