ModelType 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.
Specifies the type of model.
public enum ModelType
type ModelType =
Public Enum ModelType
- Inheritance
-
ModelType
Fields
Name | Value | Description |
---|---|---|
Multidimensional | 0 | Specifies an Analysis Services OLAP data model, where model composition is based on cubes and dimensions. |
Tabular | 1 | Specifies an Analysis Services data model, where model composition is based on tables and relationship modeling constructs. |
Default | 2 | The default model type is multidimensional. |