Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the total number of change batches that were spooled to disk when the BatchSpooled event was raised.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property TotalBatchesSpooled As Integer
Get
Friend Set
'Usage
Dim instance As DbBatchSpooledEventArgs
Dim value As Integer
value = instance.TotalBatchesSpooled
public int TotalBatchesSpooled { get; internal set; }
public:
property int TotalBatchesSpooled {
int get ();
internal: void set (int value);
}
member TotalBatchesSpooled : int with get, internal set
function get TotalBatchesSpooled () : int
internal function set TotalBatchesSpooled (value : int)
Property Value
Type: System.Int32
The total number of change batches that were spooled to disk when the BatchSpooled event was raised.