Bagikan melalui


TransPullSubscription.SubscriberType Properti

Definisi

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.

Berlaku untuk