Bagikan melalui


Server.DefaultCompatibilityLevel Property

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)

Property Value

Type: System.Int32

See Also

Reference

Server Class

Microsoft.AnalysisServices Namespace