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 the total number of change batches to apply during this synchronization session.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property TotalBatchesToApply As Integer
Get
'Usage
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer
value = instance.TotalBatchesToApply
public int TotalBatchesToApply { get; }
public:
property int TotalBatchesToApply {
int get ();
}
member TotalBatchesToApply : int
function get TotalBatchesToApply () : int
Property Value
Type: System.Int32
The total number of change batches to apply during this synchronization session.