Share via


DbBatchSpooledEventArgs.DataCacheSize Property

Gets the size of the current batch.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public ReadOnly Property DataCacheSize As Long
    Get
'Usage
Dim instance As DbBatchSpooledEventArgs
Dim value As Long

value = instance.DataCacheSize
public long DataCacheSize { get; }
public:
property long long DataCacheSize {
    long long get ();
}
member DataCacheSize : int64
function get DataCacheSize () : long

Property Value

Type: System.Int64
The size of the current batch.

See Also

Reference

DbBatchSpooledEventArgs Class

Microsoft.Synchronization.Data Namespace