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 or sets the number of delete operations that were retried during a synchronization session in which changes were batched.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property BatchedDeletesRetried As Integer
'Usage
Dim instance As DbSyncTableProgress
Dim value As Integer
value = instance.BatchedDeletesRetried
instance.BatchedDeletesRetried = value
public int BatchedDeletesRetried { get; set; }
public:
property int BatchedDeletesRetried {
int get ();
void set (int value);
}
/** @property */
public int get_BatchedDeletesRetried ()
/** @property */
public void set_BatchedDeletesRetried (int value)
public function get BatchedDeletesRetried () : int
public function set BatchedDeletesRetried (value : int)
Property Value
The number of delete operations that were retried during a synchronization session in which changes were batched.
Remarks
Deletes are retried for batches because of the ordering of primary key and foreign key deletes. If a foreign key delete does not exist in a current or earlier batch, the corresponding primary key delete fails. Failed deletes are retried after all batches are applied.
See Also
Reference
DbSyncTableProgress Class
DbSyncTableProgress Members
Microsoft.Synchronization.Data Namespace