DbBatchSpooledEventArgs.DataCacheSize Propiedad
Obtiene el tamaño del lote actual.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)
Sintaxis
'Declaración
Public ReadOnly Property DataCacheSize As Long
'Uso
Dim instance As DbBatchSpooledEventArgs
Dim value As Long
value = instance.DataCacheSize
public long DataCacheSize { get; }
public:
property long long DataCacheSize {
long long get ();
}
/** @property */
public long get_DataCacheSize ()
public function get DataCacheSize () : long
Valor de la propiedad
Tamaño del lote actual.
Vea también
Referencia
DbBatchSpooledEventArgs Clase
DbBatchSpooledEventArgs Miembros
Microsoft.Synchronization.Data Espacio de nombres