Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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