DbSyncProgressEventArgs Members
Provides data for the SyncProgress event.
The following tables list the members exposed by the DbSyncProgressEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
DbSyncProgressEventArgs | Initializes a new instance of the DbSyncProgressEventArgs class by using table progress, scope metadata, scope progress, and synchronization stage parameters. |
Top
Public Properties
Name | Description | |
---|---|---|
ScopeMetadata | Gets a DbSyncScopeMetaData object that represents the metadata for a synchronization scope, such as the synchronization knowledge for the scope. | |
ScopeProgress | Gets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope. | |
Stage | Gets a DbSyncStage enumeration value that represents the current stage of synchronization. | |
TableProgress | Gets a DbSyncTableProgress object that contains synchronization progress statistics for a table. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DbSyncProgressEventArgs Class
Microsoft.Synchronization.Data Namespace