DbBatchAppliedEventArgs.TotalBatchesToApply Propiedad
Obtiene el número total de lotes de cambios que se van a aplicar durante esta sesión de sincronización.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)
Sintaxis
'Declaración
Public ReadOnly Property TotalBatchesToApply As Integer
'Uso
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer
value = instance.TotalBatchesToApply
public int TotalBatchesToApply { get; }
public:
property int TotalBatchesToApply {
int get ();
}
/** @property */
public int get_TotalBatchesToApply ()
public function get TotalBatchesToApply () : int
Valor de la propiedad
Número total de lotes de cambios que se van a aplicar durante esta sesión de sincronización.
Vea también
Referencia
DbBatchAppliedEventArgs Clase
DbBatchAppliedEventArgs Miembros
Microsoft.Synchronization.Data Espacio de nombres