DbSyncBatchInfo.DataCacheSize Property
Gets or sets the in-memory size of the current batch.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property DataCacheSize As Long
'Usage
Dim instance As DbSyncBatchInfo
Dim value As Long
value = instance.DataCacheSize
instance.DataCacheSize = value
public long DataCacheSize { get; set; }
public:
property long long DataCacheSize {
long long get ();
void set (long long value);
}
/** @property */
public long get_DataCacheSize ()
/** @property */
public void set_DataCacheSize (long value)
public function get DataCacheSize () : long
public function set DataCacheSize (value : long)
Property Value
The in-memory size of the current batch.
See Also
Reference
DbSyncBatchInfo Class
DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace