TransPullSubscription.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 perilaku pembaruan langganan.
public:
property Microsoft::SqlServer::Replication::TransSubscriberType SubscriberType { Microsoft::SqlServer::Replication::TransSubscriberType get(); void set(Microsoft::SqlServer::Replication::TransSubscriberType value); };
public Microsoft.SqlServer.Replication.TransSubscriberType SubscriberType { get; set; }
member this.SubscriberType : Microsoft.SqlServer.Replication.TransSubscriberType with get, set
Public Property SubscriberType As TransSubscriberType
Nilai Properti
Objek TransSubscriberType.
Keterangan
Anda tidak dapat mengatur SubscriberType properti untuk langganan yang sudah ada.
Properti SubscriberType hanya dapat diambil oleh anggota sysadmin
peran server tetap di Pelanggan atau oleh anggota db_owner
peran database tetap pada database langganan.
SubscriberType Properti hanya dapat diatur oleh anggota sysadmin
peran server tetap di Pelanggan atau oleh anggota db_owner
peran database tetap pada database langganan.
Mengambil SubscriberType properti setara dengan menjalankan sp_helppullsubscription.
SubscriberType Mengatur properti setara dengan menjalankan sp_addpullsubscription.