Database Objects Supported by Sync Framework
The following describes Sync Framework support for synchronizing database objects.
Peer-to Peer-Synchronization
The DbSyncProvider supports synchronizing tables. It supports schema-qualified objects, such as Sales.Customer, in which the Customer table is preceded by the Sales schema or owner.
Peer-to-peer synchronization does not provide automatic initialization of peer databases. Therefore, tables are not copied to peer databases during synchronization. For more information about peer initialization, see "Initializing a Server Database" in How to: Synchronize Other ADO.NET Compatable Databases