You want to synchronize data between local SQL Server Compact tables and SQL Server 2008. You want the synchronization to send changes to SQL Server 2008, and you want to receive changes from SQL Server 2008.
Which setting must you assign to the SyncDirection property of your sync agent's tables?
Interview question and answer by:
Rajkatie | Posted on: 8/4/2012 | Category:
ADO.NET Interview questions | Views: 587 | |
Points: 40
Select from following answers:- SyncDirection.UploadOnly
- SyncDirection.DownloadOnly
- SyncDirection.Bidirectional
 - SyncDirection.Snapshot
SyncDirection.Bidirectional sends changes to the server and receives changes from the server.
SyncDirection.DownloadOnly only receives changes and does not send changes to the server.
SyncDirection.UploadOnly only sends changes to the server.
Show Correct Answer |
Source: MSDN |
|
Alert Moderator
Found interesting? Add this to: