ModelType Enumeration

 

Applies To: SQL Server (starting with 2016)

Specifies the type of model.

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

Syntax

public enum ModelType
public enum class ModelType
type ModelType
Public Enumeration ModelType

Members

Member name Description
Default

The default model type is multidimensional.

Multidimensional

Specifies an Analysis Services OLAP data model, where model composition is based on cubes and dimensions.

Tabular

Specifies an Analysis Services data model, where model composition is based on tables and relationship modeling constructs.

See Also

Microsoft.AnalysisServices Namespace

Return to top