MergePublication.CompatibilityLevel Özelliği
Gets or sets the earliest version of Microsoft SQL Server that can subscribe to the merge publication.
Ad Alanı: Microsoft.SqlServer.Replication
Derleme: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo içinde.dll)
Sözdizimi
'Bildirim
Public Overrides Property CompatibilityLevel As PublicationCompatibilityLevel
Get
Set
'Kullanım
Dim instance As MergePublication
Dim value As PublicationCompatibilityLevel
value = instance.CompatibilityLevel
instance.CompatibilityLevel = value
public override PublicationCompatibilityLevel CompatibilityLevel { get; set; }
public:
virtual property PublicationCompatibilityLevel CompatibilityLevel {
PublicationCompatibilityLevel get () override;
void set (PublicationCompatibilityLevel value) override;
}
abstract CompatibilityLevel : PublicationCompatibilityLevel with get, set
override CompatibilityLevel : PublicationCompatibilityLevel with get, set
override function get CompatibilityLevel () : PublicationCompatibilityLevel
override function set CompatibilityLevel (value : PublicationCompatibilityLevel)
Özellik Değeri
Tür: Microsoft.SqlServer.Replication.PublicationCompatibilityLevel
A PublicationCompatibilityLevel değer.
Açıklamalar
Specifying a value other than Version90 may disable features of merge replication that are new in Microsoft SQL Server 2005.
CompatibilityLevel özellik alınan üyeleri tarafından db_owner veya replmonitor veritabanı rolleri sabit yayın veritabanı veya yayını yayın erişim listesi (pal) üyeleri tarafından.
CompatibilityLevel özellik küme üyeleri tarafından sysadmin sabit sunucu rolü yayımcı adresindeki.Bu da olabilir küme üyeleri tarafından db_owner yayın veritabanı üzerinde sabit veritabanı rolü.
Alma CompatibilityLevel yürütmek için eşdeğer olduğu sp_helpmergepublication.
Ayar CompatibilityLevel yürütmek için eşdeğer olduğu sp_addmergepublication veya sp_changemergepublication.
CompatibilityLevel özellik bulunan SQL Server yalnızca.
Bu ad, sınıf veya üye yalnızca desteklenen sürüm 2.0 Microsoft .net Framework.
Ayrıca bkz.