DbSnapshotInitializationStatistics Class
Represents a set of session-level statistics about the snapshot initialization of a client database.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbSnapshotInitializationStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EndTime | Gets or sets the date and time at which the snapshot initialization process ended. |
![]() | StartTime | Gets or sets the date and time at which the snapshot initialization process started. |
![]() | TablesInitialized | Gets or sets the total number of tables that were initialized for the scope. |
![]() | TotalTables | Gets the total number of tables in the scope. |
Snapshot initialization is designed to reduce the time required to initialize a client database. After one client database has been initialized by using full initialization, subsequent databases can be initialized by using a snapshot of this first client database. A snapshot is a specially-prepared SQL Server Compact database that contains table schema, data (optional), and change-tracking infrastructure. For more information, see How To: Execute Database Synchronization (SQL Server).
Show:
