Freigeben über


Server.DefaultCompatibilityLevel-Eigenschaft

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

Syntax

'Declaration
Public Property DefaultCompatibilityLevel As Integer 
    Get 
    Private Set
'Usage
Dim instance As Server 
Dim value As Integer 

value = instance.DefaultCompatibilityLevel
public int DefaultCompatibilityLevel { get; private set; }
public:
property int DefaultCompatibilityLevel {
    int get ();
    private: void set (int value);
}
member DefaultCompatibilityLevel : int with get, private set
function get DefaultCompatibilityLevel () : int 
private function set DefaultCompatibilityLevel (value : int)

Eigenschaftswert

Typ: System.Int32

Siehe auch

Verweis

Server Klasse

Microsoft.AnalysisServices-Namespace