DbSyncBatchInfo.DataCacheSize-Eigenschaft
Ruft die Größe des aktuellen Batchs im Arbeitsspeicher ab, oder legt diese fest.
Diese Eigenschaft ist nicht CLS-kompatibel.
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)
Eigenschaftenwert
Die Größe des aktuellen Batchs im Arbeitsspeicher.
Siehe auch
Verweis
DbSyncBatchInfo-Klasse
DbSyncBatchInfo-Member
Microsoft.Synchronization.Data-Namespace