共用方式為


Server.DefaultCompatibilityLevel 屬性

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property DefaultCompatibilityLevel As Integer 
    Get 
    Private Set
'用途
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)

屬性值

型別:System.Int32

請參閱

參考

Server 類別

Microsoft.AnalysisServices 命名空間