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.
Provides data for the SyncProgress event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Data.DbSyncProgressEventArgs
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class DbSyncProgressEventArgs _
Inherits EventArgs
'Usage
Dim instance As DbSyncProgressEventArgs
public class DbSyncProgressEventArgs : EventArgs
public ref class DbSyncProgressEventArgs : public EventArgs
type DbSyncProgressEventArgs =
class
inherit EventArgs
end
public class DbSyncProgressEventArgs extends EventArgs
The DbSyncProgressEventArgs type exposes the following members.
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
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
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
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)