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.
| 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. |
![]() | SqlSyncProviderAdapterConfiguration | Represents synchronization adapter configuration for a table in a SQL Server database. |
![]() | SqlSyncProviderAdapterConfigurationCollection | Represents a collection of SqlSyncProviderAdapterConfiguration objects that can be indexed by the names of their associated tables. |
![]() | SqlSyncProviderAdapterParameters | Represents a set of parameters and the name of their associated table. |
![]() | SqlSyncProviderAdapterParametersCollection | Represents the collection of parameter sets that are associated with the tables used by this adapter. |
![]() | SqlSyncProviderFilterParameter | Contains a name and value pair for a filter parameter that controls what items are enumerated during synchronization. |
![]() | SqlSyncProviderScopeConfiguration | Represents configuration information that is used by SqlSyncProvider for a particular scope. |
![]() | SqlSyncProviderScopeParameters | Represents the collection of parameter sets associated with all of the tables in the scope. |
![]() | SqlSyncScopeDeprovisioning | Removes scopes, templates, and other synchronization elements from a SQL Server database that was previously provisioned for synchronization. |
![]() | SqlSyncScopeProvisioning | Represents the provisioning of a SQL Server database for a particular scope that is represented by a DbSyncScopeDescription object. |
![]() | SqlSyncSqlParameterCollection | Represents a collection of SqlParameter objects that can be indexed by the name of the parameter. |
![]() | SqlSyncStoreMetadataCleanup | Represents cleanup of change-tracking metadata in a SQL Server database that is synchronized by using a SqlSyncProvider. |
![]() | SqlSyncStoreMetadataUpgrade | Upgrades the metadata format of the database to the current version. |
![]() | 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. |
| Enumeration | Description | |
|---|---|---|
![]() | SqlSyncScopeProvisioningType | Defines the kind of provisioning performed by a SqlSyncScopeProvisioning object. |
Show:

