다음을 통해 공유


PublicationCompatibilityLevel Enumeration

Enumerates product version values that are used by merge replication to determine which features can be used by publications in a given database.

네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

구문

‘선언
Public Enumeration PublicationCompatibilityLevel
public enum PublicationCompatibilityLevel
public enum class PublicationCompatibilityLevel
public enum PublicationCompatibilityLevel
public enum PublicationCompatibilityLevel

Members

Member name Description
LatestVersion Publication is compatible with only the latest version of SQL Server.
Version70 Publication is compatible back to SQL Server 7.0
Version70SP1 Publication is compatible back to SQL Server 7.0 Service Pack 1
Version70SP2 Publication is compatible back to SQL Server 7.0 Service Pack 2
Version70SP3 Publication is compatible back to SQL Server 7.0 Service Pack 3
Version80 Publication is compatible back to SQL Server 2000
Version80SP1 Publication is compatible back to SQL Server 2000 Service Pack 1
Version80SP3 Publication is compatible back to SQL Server 2000 Service Pack 3
Version90 Publication is compatible back to SQL Server 2005

주의

After a publication is created, the compatibility level can be increased but cannot be decreased.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Replication Namespace
MergePublication Class