Propriété DbBatchSpooledEventArgs.TotalBatchesSpooled
Obtient ou définit le nombre total de lots de modifications mis en attente sur le disque lorsque l'événement BatchSpooled a été déclenché.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public Property TotalBatchesSpooled As Integer
'Utilisation
Dim instance As DbBatchSpooledEventArgs
Dim value As Integer
value = instance.TotalBatchesSpooled
public int TotalBatchesSpooled { get; }
public:
property int TotalBatchesSpooled {
int get ();
}
/** @property */
public int get_TotalBatchesSpooled ()
public function get TotalBatchesSpooled () : int
Valeur de propriété
Nombre total de lots de modifications mis en attente sur le disque lorsque l'événement BatchSpooled a été déclenché.
Voir aussi
Référence
Classe DbBatchSpooledEventArgs
Membres DbBatchSpooledEventArgs
Espace de noms Microsoft.Synchronization.Data