DbSyncScopeMetadata Class
Represents the metadata for a DbSyncScope object, such as the knowledge that is associated with a particular scope.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.DbSyncScopeMetadata
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DbSyncScopeMetadata
'Usage
Dim instance As DbSyncScopeMetadata
[SerializableAttribute]
public class DbSyncScopeMetadata
[SerializableAttribute]
public ref class DbSyncScopeMetadata
[<SerializableAttribute>]
type DbSyncScopeMetadata = class end
public class DbSyncScopeMetadata
The DbSyncScopeMetadata type exposes the following members.
Constructors
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. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
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).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.