Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the total number of change batches to apply during this synchronization session.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property TotalBatchesToApply As Integer
Get
'Usage
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer
value = instance.TotalBatchesToApply
public int TotalBatchesToApply { get; }
public:
property int TotalBatchesToApply {
int get ();
}
member TotalBatchesToApply : int
function get TotalBatchesToApply () : int
Property Value
Type: System.Int32
The total number of change batches to apply during this synchronization session.