Bagikan melalui


TransSubscription.SubscriberType Properti

Definisi

Mendapatkan atau mengatur perilaku pembaruan untuk perubahan data di Pelanggan.

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

Nilai TransSubscriberType.

Keterangan

SubscriberType harus diatur sebelum langganan dibuat, dan tidak dapat diubah setelah langganan dibuat.

Properti SubscriberType hanya dapat diambil oleh anggota sysadmin peran server tetap, oleh anggota db_owner peran database tetap, atau oleh pengguna yang membuat langganan.

SubscriberType Properti hanya dapat diatur oleh anggota sysadmin peran server tetap atau oleh anggota db_owner peran database tetap.

Pengambilan SubscriberType setara dengan menjalankan sp_helpsubscription (Transact-SQL).

Pengaturan SubscriberType setara dengan menjalankan sp_addsubscription (Transact-SQL).

Berlaku untuk