ReplicationDatabase.CompatibilityLevel Property

Definition

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

public:
 property Microsoft::SqlServer::Replication::DatabaseCompatibilityLevel CompatibilityLevel { Microsoft::SqlServer::Replication::DatabaseCompatibilityLevel get(); };
public Microsoft.SqlServer.Replication.DatabaseCompatibilityLevel CompatibilityLevel { get; }
member this.CompatibilityLevel : Microsoft.SqlServer.Replication.DatabaseCompatibilityLevel
Public ReadOnly Property CompatibilityLevel As DatabaseCompatibilityLevel

Property Value

A DatabaseCompatibilityLevel value that specifies the version of SQL Server with which the database has compatible behavior.

Remarks

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.

Applies to