Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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
Property Value
The size of the current batch.
See Also
Reference
DbBatchSpooledEventArgs Class
DbBatchSpooledEventArgs Members
Microsoft.Synchronization.Data Namespace