Microsoft.Synchronization.Data.SqlServer Namespace

This namespace contains types that are used for peer-to-peer database synchronization in Sync Framework. 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 SqlSyncDescriptionBuilder Represents scope and table information for a SQL Server database that is involved in synchronization.
Public class SqlSyncProvider Represents a synchronization provider that communicates with a SQL Server database and shields other Sync Framework components from the specific implementation of the database.

This class is not CLS-compliant.
Public class SqlSyncProviderAdapterConfiguration Represents synchronization adapter configuration for a table in a SQL Server database.
Public class SqlSyncProviderScopeConfiguration Represents configuration information that is used by SqlSyncProvider for a particular scope.
Public class SqlSyncScopeProvisioning Represents the provisioning of a SQL Server database for a particular scope that is represented by a DbSyncScopeDescription object.
Public class SqlSyncStoreMetadataCleanup Represents cleanup of change-tracking metadata in a SQL Server database that is synchronized by using a SqlSyncProvider.
Public class SqlSyncStoreRestore Represents operations that must occur after a SQL Server database is restored from a backup.
Public class SqlSyncTableProvisioning Represents the provisioning of a SQL Server database table that is represented by a DbSyncTableDescription object.
Public class SqlSyncTableProvisioningCollection Represents a collection of SqlSyncTableProvisioning objects.