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.