DbSyncScopeMetadata Class
Represents the metadata for a DbSyncScope object, such as the knowledge that is associated with a particular scope.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbSyncScopeMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbSyncScopeMetadata() | Initializes a new instance of the DbSyncScopeMetadata class by using default values. |
![]() | DbSyncScopeMetadata(DbSyncScopeMetadata) | Initializes a new instance of the DbSyncScopeMetadata class by using a scope object parameter. |
| Name | Description | |
|---|---|---|
![]() | BatchCount | Gets or sets the number of batches that are required to synchronize a scope if batching is being used. |
![]() | ForgottenKnowledge | Gets or sets a SyncKnowledge object that represents the forgotten knowledge associated with the scope. |
![]() | SyncKnowledge | Gets or sets a SyncKnowledge object that represents the knowledge associated with the scope. |
For database synchronization, a scope is a set of tables. For more information about how scopes are used, see in How to: Provision a Server Database for Collaborative Synchronization (Non-SQL Server) and How To: Execute Database Synchronization (SQL Server).
Show:
