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 BatchApplied event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Data.DbBatchAppliedEventArgs
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class DbBatchAppliedEventArgs _
Inherits EventArgs
'Usage
Dim instance As DbBatchAppliedEventArgs
public class DbBatchAppliedEventArgs : EventArgs
public ref class DbBatchAppliedEventArgs : public EventArgs
type DbBatchAppliedEventArgs =
class
inherit EventArgs
end
public class DbBatchAppliedEventArgs extends EventArgs
The DbBatchAppliedEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
CurrentBatchNumber | Gets the number of the batch that was most recently applied by the provider. |
![]() |
TotalBatchesToApply | Gets the total number of change batches to apply during this synchronization session. |
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)