ReplicationDatabase.CompatibilityLevel 속성
SQL Server 2012
Gets the minimum version of SQL Server with which the database has compatible behavior.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
속성 값
유형: Microsoft.SqlServer.Replication.DatabaseCompatibilityLevelA 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.
표시: