This topic has not yet been rated - Rate this topic

ReplicationDatabase.CompatibilityLevel Property

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public DatabaseCompatibilityLevel CompatibilityLevel { get; }

Property Value

Type: 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.