Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The UseWebSynchronization property returns or sets whether the subscription is synchronized using Web synchronization.
Syntax
object.UseWebSynchronization [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge object. |
value |
If set to True, the subscription is synchronized using Web synchronization. If False, a direct connection to the Publisher and Distributor is used. |
Applies To
SQLMerge Object (Replication ActiveX)
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT UseWebSynchronization(VARIANT_BOOL pVal);
HRESULT UseWebSynchronization(VARIANT_BOOL* pVal);
See Also
Other Resources
Web Synchronization for Merge Replication