Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Represents a set of synchronization progress statistics for the objects in a DbSyncScope.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.DbSyncScopeProgress
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DbSyncScopeProgress
'Usage
Dim instance As DbSyncScopeProgress
[SerializableAttribute]
public class DbSyncScopeProgress
[SerializableAttribute]
public ref class DbSyncScopeProgress
[<SerializableAttribute>]
type DbSyncScopeProgress = class end
public class DbSyncScopeProgress
The DbSyncScopeProgress type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DbSyncScopeProgress() | Initializes a new instance of the DbSyncScopeProgress class by using default values. |
![]() |
DbSyncScopeProgress(DataSet) | Initializes a new instance of the DbSyncScopeProgress class by using a data set parameter. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Changes | Gets the DataSet object that contains the changes that are to be synchronized. |
![]() |
TablesProgress | Gets a collection of DbSyncTableProgress objects. |
![]() |
TotalChanges | Gets the total number of changes that are to be applied during the synchronization session. |
![]() |
TotalChangesApplied | Gets the total number of changes that have been applied during the synchronization session. |
![]() |
TotalChangesFailed | Gets the total number of changes that have failed to be applied during the synchronization session. |
![]() |
TotalChangesPending | Gets the total number of changes that are pending for the synchronization session. |
![]() |
TotalDeletes | Gets the total number of deletes that are to be applied during the synchronization session. |
![]() |
TotalInserts | Gets the total number of inserts that are to be applied during the synchronization session. |
![]() |
TotalUpdates | Gets the total number of updates that are to be applied during the synchronization session. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FindTableProgress | Returns a DbSyncTableProgress object that contains synchronization progress statistics for a table. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
For peer-to-peer database synchronization, a scope is typically 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).
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.
.gif)
.gif)
.gif)