ReplicationDatabase.CompatibilityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.