MergePullSubscription.SyncType 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 cara data diinisialisasi di Pelanggan.
public:
property Microsoft::SqlServer::Replication::SubscriptionSyncType SyncType { Microsoft::SqlServer::Replication::SubscriptionSyncType get(); void set(Microsoft::SqlServer::Replication::SubscriptionSyncType value); };
public Microsoft.SqlServer.Replication.SubscriptionSyncType SyncType { get; set; }
member this.SyncType : Microsoft.SqlServer.Replication.SubscriptionSyncType with get, set
Public Property SyncType As SubscriptionSyncType
Nilai Properti
Nilai SubscriptionSyncType.
Keterangan
SyncType Properti hanya dapat diambil oleh anggota peran server tetap sysadmin di Pelanggan atau oleh anggota peran database tetap db_owner pada database langganan.
SyncType Properti hanya dapat diatur oleh anggota peran server tetap sysadmin di Pelanggan atau oleh anggota peran database tetap db_owner pada database langganan.
Mengambil SyncType properti setara dengan menjalankan sp_helpmergepullsubscription.
SyncType Mengatur properti setara dengan menjalankan sp_addmergepullsubscription atau sp_changemergepullsubscription.