DbSnapshotInitializationTableStatistics Class
Represents a set of table-level statistics about the snapshot initialization of a client database.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbSnapshotInitializationTableStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EndTime | Gets or sets the date and time at which the snapshot initialization process ended for the table. |
![]() | RowsInitialized | Gets or sets the total number of rows that were initialized in the table. |
![]() | StartTime | Gets the date and time at which the snapshot initialization process started for the table. |
![]() | TableName | Gets the name of the table that was initialized. |
![]() | TotalRows | Gets or sets the total number of rows in the table. |
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:
