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 or sets the in-memory size of the current batch.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property DataCacheSize As Long
Get
Set
'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);
}
member DataCacheSize : int64 with get, set
function get DataCacheSize () : long
function set DataCacheSize (value : long)
Property Value
Type: System.Int64
The in-memory size of the current batch.