SqlCeSyncStoreSnapshotInitialization::InitializeSnapshot Method
Updates metadata for a snapshot so that the snapshot can be used by a new synchronization node.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | snapshotConn is a nullptr. |
When a snapshot is generated, it contains synchronization metadata that is specific to the database from which it was generated. The metadata must be updated before the new database can be synchronized. If InitializeSnapshot is not called, Sync Framework automatically updates metadata in the new database the first time that database is synchronized.
Show: