MergeSubscription.SubscriberType Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.