Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the compatibility level for the database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<PropertyOrderAttribute()> _
Public Property CompatibilityLevel As Integer
Get
Set
'Usage
Dim instance As Database
Dim value As Integer
value = instance.CompatibilityLevel
instance.CompatibilityLevel = value
[PropertyOrderAttribute()]
public int CompatibilityLevel { get; set; }
[PropertyOrderAttribute()]
public:
property int CompatibilityLevel {
int get ();
void set (int value);
}
[<PropertyOrderAttribute()>]
member CompatibilityLevel : int with get, set
function get CompatibilityLevel () : int
function set CompatibilityLevel (value : int)
Eigenschaftswert
Typ: System.Int32
The compatibility level of the database.