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
'Usage
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer
value = instance.TotalBatchesToApply
public int TotalBatchesToApply { get; }
public:
property int TotalBatchesToApply {
int get ();
}
/** @property */
public int get_TotalBatchesToApply ()
public function get TotalBatchesToApply () : int
Property Value
The total number of change batches to apply during this synchronization session.
See Also
Reference
DbBatchAppliedEventArgs Class
DbBatchAppliedEventArgs Members
Microsoft.Synchronization.Data Namespace