Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the minimum version of SQL Server with which the database has compatible behavior.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CompatibilityLevel As DatabaseCompatibilityLevel
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Replication.DatabaseCompatibilityLevel
A DatabaseCompatibilityLevel value that specifies the version of SQL Server with which the database has compatible behavior.
Notes
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.