Поделиться через


Свойство CompatibilityLevel

Gets the minimum version of SQL Server with which the database has compatible behavior.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public ReadOnly Property CompatibilityLevel As DatabaseCompatibilityLevel
    Get
'Применение
Dim instance As ReplicationDatabase
Dim value As DatabaseCompatibilityLevel

value = instance.CompatibilityLevel
public DatabaseCompatibilityLevel CompatibilityLevel { get; }
public:
property DatabaseCompatibilityLevel CompatibilityLevel {
    DatabaseCompatibilityLevel get ();
}
member CompatibilityLevel : DatabaseCompatibilityLevel
function get CompatibilityLevel () : DatabaseCompatibilityLevel

Значение свойства

Тип: Microsoft.SqlServer.Replication. . :: . .DatabaseCompatibilityLevel
A DatabaseCompatibilityLevel value that specifies the version of SQL Server with which the database has compatible behavior.

Замечания

The CompatibilityLevel property can be retrieved by a member of the sysadmin fixed server role or by a member of the db_owner fixed database role on the replication database.

The CompatibilityLevel property is equivalent to the sp_dbcmptlevel (Transact-SQL) stored procedure.

The CompatibilityLevel property is available with SQL Server 7.0, SQL Server 2000, and SQL Server 2005.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.