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