Database.CompatibilityLevel Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the compatibility level for the database.

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

Syntax

[DefaultValueAttribute(1050)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2010/engine/200")]
public int CompatibilityLevel { get; set; }
public:
[DefaultValueAttribute(1050)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2010/engine/200")]
property int CompatibilityLevel {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(1050)>]
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2010/engine/200")>]
member CompatibilityLevel : int with get, set
<DefaultValueAttribute(1050)>
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2010/engine/200")>
Public Property CompatibilityLevel As Integer

Property Value

Type: System.Int32

The compatibility level of the database.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top