Microsoft.Synchronization.Data.SqlServerCe Namespace

This namespace contains types that are used for client and server and peer-to-peer database synchronization in Sync Framework. The following namespaces are used in client and server synchronization: Microsoft.Synchronization, Microsoft.Synchronization.Data, Microsoft.Synchronization.Data.Server, and Microsoft.Synchronization.Data.SqlServerCe. The following namespaces are used in peer-to-peer synchronization: Microsoft.Synchronization, Microsoft.Synchronization.Data, Microsoft.Synchronization.Data.SqlServer, and Microsoft.Synchronization.Data.SqlServerCe.

Classes

  Class Description
Public class SqlCeClientSyncProvider Abstracts a client synchronization provider for SQL Server Compact that communicates with the client and shields the synchronization agent from the specific implementation of the client database.
Public class SqlCeSyncDescriptionBuilder Represents scope and table information for a SQL Server Compact database that is involved in synchronization.
Public class SqlCeSyncProvider Encapsulates a synchronization provider for SQL Server Compact that communicates with the client and shields the synchronization orchestrator from the specific implementation of the client database.

This class is not CLS-compliant.
Public class SqlCeSyncProviderAdapterConfiguration Represents synchronization adapter configuration for a table in a SQL Server Compact database.
Public class SqlCeSyncProviderScopeConfiguration Represents configuration information that is used by SqlCeSyncProvider for a particular scope.
Public class SqlCeSyncScopeProvisioning Represents the provisioning of a SQL Server Compact database for a particular scope that is represented by a DbSyncScopeDescription object.
Public class SqlCeSyncStoreMetadataCleanup Represents cleanup of change-tracking metadata in a SQL Server Compact database that is synchronized by using a SqlCeSyncProvider.
Public class SqlCeSyncStoreSnapshotInitialization Represents an existing SQL Server Compact database file that can be used to initialize another SQL Server Compact database for synchronization.
Public class SqlCeSyncTableProvisioning Represents the provisioning of a SQL Server Compact database table that is represented by a DbSyncTableDescription object.
Public class SqlCeSyncTableProvisioningCollection Represents a collection of SqlCeSyncTableProvisioning objects.