共用方式為


ReplicationDatabase.CompatibilityLevel 屬性

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

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public ReadOnly Property CompatibilityLevel As DatabaseCompatibilityLevel 
    Get
'用途
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

屬性值

型別: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.

請參閱

參考

ReplicationDatabase 類別

Microsoft.SqlServer.Replication 命名空間