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.
Provides data for the BatchSpooled event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Data.DbBatchSpooledEventArgs
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class DbBatchSpooledEventArgs _
Inherits EventArgs
'Usage
Dim instance As DbBatchSpooledEventArgs
public class DbBatchSpooledEventArgs : EventArgs
public ref class DbBatchSpooledEventArgs : public EventArgs
type DbBatchSpooledEventArgs =
class
inherit EventArgs
end
public class DbBatchSpooledEventArgs extends EventArgs
The DbBatchSpooledEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
BatchFileName | Gets or sets the name of the file to which spooled changes are written. |
![]() |
CurrentBatchNumber | Gets the number of the batch that was most recently written to the spooling file. |
![]() |
CurrentBatchTableWatermarks | Gets the table name and maximum tickcount value for each table that has changes in the current batch. |
![]() |
DataCacheSize | Gets the size of the current batch. |
![]() |
TotalBatchesSpooled | Gets or sets the total number of change batches that were spooled to disk when the BatchSpooled event was raised. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)