Freigeben über


DbBatchSpooledEventArgs.DataCacheSize-Eigenschaft

Ruft die Größe des aktuellen Batches ab.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property DataCacheSize As Long
'Usage
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

Eigenschaftenwert

Die Größe des aktuellen Batches.

Siehe auch

Verweis

DbBatchSpooledEventArgs-Klasse
DbBatchSpooledEventArgs-Member
Microsoft.Synchronization.Data-Namespace