Database.CompatibilityLevel 属性

Gets or sets the compatibility level for the database.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<PropertyOrderAttribute()> _
Public Property CompatibilityLevel As Integer 
    Get 
    Set
用法
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)

属性值

类型:System.Int32
The compatibility level of the database.

请参阅

参考

Database 类

Microsoft.AnalysisServices 命名空间