StorageEngineUsed Enumeration

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public enum StorageEngineUsed

Members

Member name Description
InMemory Specifies that the storage mode is proprietary Analysis Services xVelocity in-memory analytics engine (VertiPaq).
Mixed The server is running in a combination of modes.
Traditional The server is running in OLAP mode, which is known as the traditional SSAS mode.

See Also

Reference

Microsoft.AnalysisServices Namespace