TransSubscription.SubscriberDatasourceType 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.
Mengidentifikasi jenis sumber data yang merupakan Pelanggan non-SQL Server.
public:
property Microsoft::SqlServer::Replication::SubscriberType SubscriberDatasourceType { Microsoft::SqlServer::Replication::SubscriberType get(); void set(Microsoft::SqlServer::Replication::SubscriberType value); };
public Microsoft.SqlServer.Replication.SubscriberType SubscriberDatasourceType { get; set; }
member this.SubscriberDatasourceType : Microsoft.SqlServer.Replication.SubscriberType with get, set
Public Property SubscriberDatasourceType As SubscriberType
Nilai Properti
Nilai SubscriberType.
Keterangan
Anda harus menentukan SubscriberDatasourceType properti untuk Pelanggan non-SQL Server.
Properti SubscriberDatasourceType adalah properti baca/tulis yang tidak dapat diatur setelah langganan dibuat.
Properti SubscriberDatasourceType hanya dapat diambil oleh anggota sysadmin peran server tetap, oleh anggota db_owner peran database tetap, atau oleh pengguna yang membuat langganan.
Pengambilan SubscriberDatasourceType setara dengan menjalankan sp_helpsubscription (Transact-SQL).
SubscriberDatasourceType Properti hanya dapat diatur oleh anggota sysadmin peran server tetap atau oleh anggota db_owner peran database tetap.
Pengaturan SubscriberDatasourceType setara dengan menjalankan sp_addsubscription (Transact-SQL).