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 命名空間