Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Property Value
Type: System.Int32
The compatibility level of the database.