Bagikan melalui


MergeSubscription.SubscriberType Properti

Definisi

Mendapatkan atau mengatur apakah langganan adalah langganan klien atau server.

public:
 property Microsoft::SqlServer::Replication::MergeSubscriberType SubscriberType { Microsoft::SqlServer::Replication::MergeSubscriberType get(); void set(Microsoft::SqlServer::Replication::MergeSubscriberType value); };
public Microsoft.SqlServer.Replication.MergeSubscriberType SubscriberType { get; set; }
member this.SubscriberType : Microsoft.SqlServer.Replication.MergeSubscriberType with get, set
Public Property SubscriberType As MergeSubscriberType

Nilai Properti

Nilai MergeSubscriberType.

Keterangan

SubscriberType Properti hanya dapat diambil oleh anggota peran server tetap sysadmin di Publisher, anggota peran database tetap db_owner pada database publikasi, atau anggota daftar akses publikasi untuk publikasi tempat langganan berada.

SubscriberType Properti hanya dapat diatur oleh anggota peran server tetap sysadmin di Penerbit atau oleh anggota peran database tetap db_owner pada database publikasi.

Pengambilan SubscriberType setara dengan menjalankan sp_helpmergesubscription.

Pengaturan SubscriberType setara dengan menjalankan sp_addmergesubscription atau sp_changemergesubscription.

Berlaku untuk