Microsoft.Synchronization.Data.Server Namespace

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.

ClassDescription
DbServerSyncProviderAbstracts a generic server synchronization provider that communicates with the server database and shields the synchronization agent from the specific implementation of the database.
FilterParameterCollectionA collection of parameters that are used when you filter the data that is selected from the server.
SqlSyncAdapterBuilderCreates a SyncAdapter and the SQL commands that are required to synchronize a client with a SQL Server database.
SyncAdapterRepresents a set of data commands that are used to obtain schema information and to retrieve and apply changes at the server database.
SyncAdapterCollectionA collection of SyncAdapter objects.
SyncColumnMappingMaps a column in a server table to the corresponding column in a client table.
SyncColumnMappingCollectionContains a collection of SyncColumnMapping objects.
SyncDataColumnCollectionA collection of the names of columns from tables in the server database.

EnumerationDescription
ChangeTrackingTypeDefines the type of change tracking that the server database uses.
Show: