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 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