Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.