Database.ModelType Property

Definition

Gets or sets the type of model from which the database was deployed. Expected values include Default (same as multidimensional), Multidimensional, or Tabular.

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.ModelType ModelType { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ModelType : Microsoft.AnalysisServices.ModelType with get, set
Public Property ModelType As ModelType

Property Value

A ModelType enumeration with the type of the model.

Attributes

Applies to