Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
SqlSyncDescriptionBuilder | Represents scope and table information for a SQL Server database that is involved in synchronization. |
![]() |
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. |
![]() |
SqlSyncProviderAdapterConfiguration | Represents synchronization adapter configuration for a table in a SQL Server database. |
![]() |
SqlSyncProviderScopeConfiguration | Represents configuration information that is used by SqlSyncProvider for a particular scope. |
![]() |
SqlSyncScopeProvisioning | Represents the provisioning of a SQL Server database for a particular scope that is represented by a DbSyncScopeDescription object. |
![]() |
SqlSyncStoreMetadataCleanup | Represents cleanup of change-tracking metadata in a SQL Server database that is synchronized by using a SqlSyncProvider. |
![]() |
SqlSyncStoreRestore | Represents operations that must occur after a SQL Server database is restored from a backup. |
![]() |
SqlSyncTableProvisioning | Represents the provisioning of a SQL Server database table that is represented by a DbSyncTableDescription object. |
![]() |
SqlSyncTableProvisioningCollection | Represents a collection of SqlSyncTableProvisioning objects. |