The Microsoft.Synchronization.Data.Server namespace includes the server access classes for Microsoft Synchronization Services for ADO.NET. In addition to this namespace, Synchronization Services includes Microsoft.Synchronization, Microsoft.Synchronization.Data, and Microsoft.Synchronization.Data.SqlServerCe.
Classes
| Class | Description |
|---|---|
| DbServerSyncProvider | Abstracts a generic server synchronization provider that communicates with the server database and shields the synchronization agent from the specific implementation of the database. |
| FilterParameterCollection | A collection of parameters that are used when you filter the data that is selected from the server. |
| SqlSyncAdapterBuilder | Creates a SyncAdapter and the SQL commands that are required to synchronize a client with a SQL Server database. |
| SyncAdapter | Represents a set of data commands that are used to obtain schema information and to retrieve and apply changes at the server database. |
| SyncAdapterCollection | A collection of SyncAdapter objects. |
| SyncColumnMapping | Maps a column in a server table to the corresponding column in a client table. |
| SyncColumnMappingCollection | Contains a collection of SyncColumnMapping objects. |
| SyncDataColumnCollection | A collection of the names of columns from tables in the server database. |
Enumerations
| Enumeration | Description |
|---|---|
| ChangeTrackingType | Defines the type of change tracking that the server database uses. |