DbBatchSpooledEventArgs.TotalBatchesSpooled-Eigenschaft
Ruft die Gesamtzahl von Änderungsbatches ab, die beim Auslösen des BatchSpooled-Ereignisses auf den Datenträger gespoolt wurden, oder legt diese fest.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property TotalBatchesSpooled As Integer
'Usage
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
Eigenschaftenwert
Die Gesamtzahl von Änderungsbatches, die beim Auslösen des BatchSpooled-Ereignisses auf den Datenträger gespoolt wurden.
Siehe auch
Verweis
DbBatchSpooledEventArgs-Klasse
DbBatchSpooledEventArgs-Member
Microsoft.Synchronization.Data-Namespace