ServerMode Enumeration

 

Applies To: SQL Server (starting with 2016)

Specifies the server mode used. For more information about server modes and how to set the server deployment mode, see Enable a Standalone VertiPAq Engine Instance.

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

Syntax

public enum ServerMode
public enum class ServerMode
type ServerMode
Public Enumeration ServerMode

Members

Member name Description
Default

Multidimensional

Classic OLAP mode.

SharePoint

SharePoint Integration mode.

Tabular

Specifies that the storage mode is proprietary Analysis Services xVelocity in-memory analytics engine (VertiPaq).

See Also

Microsoft.AnalysisServices Namespace

Return to top