Database.CompatibilityLevel Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

[PropertyOrderAttribute(1)]
public int CompatibilityLevel { get; set; }
public:
[PropertyOrderAttribute(1)]
property int CompatibilityLevel {
    int get();
    void set(int value);
}
[<PropertyOrderAttribute(1)>]
member CompatibilityLevel : int with get, set
<PropertyOrderAttribute(1)>
Public Property CompatibilityLevel As Integer

Property Value

Type: System.Int32

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top