Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.