Database.ModelType Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

[BrowsableAttribute(false)]
public ModelType ModelType { get; set; }
public:
[BrowsableAttribute(false)]
property ModelType ModelType {
    ModelType get();
    void set(ModelType value);
}
[<BrowsableAttribute(false)>]
member ModelType : ModelType with get, set
<BrowsableAttribute(False)>
Public Property ModelType As ModelType

Property Value

Type: Microsoft.AnalysisServices.ModelType

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top