Propriété DbBatchAppliedEventArgs.TotalBatchesToApply

Obtient le nombre total de lots de modifications à appliquer au cours de cette session de synchronisation.

Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TotalBatchesToApply As Integer
'Utilisation
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

Valeur de propriété

Nombre total de lots de modifications à appliquer au cours de cette session de synchronisation.

Voir aussi

Référence

Classe DbBatchAppliedEventArgs
Membres DbBatchAppliedEventArgs
Espace de noms Microsoft.Synchronization.Data