Freigeben über


DbSyncScopeMetadata.BatchCount-Eigenschaft

Ruft die Anzahl der Batches ab, die zum Synchronisieren eines Bereichs benötigt werden (bei Verwendung von Batchverarbeitung), oder legt die Anzahl fest.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property BatchCount As Integer
'Usage
Dim instance As DbSyncScopeMetadata
Dim value As Integer

value = instance.BatchCount

instance.BatchCount = value
public int BatchCount { get; set; }
public:
property int BatchCount {
    int get ();
    void set (int value);
}
/** @property */
public int get_BatchCount ()

/** @property */
public void set_BatchCount (int value)
public function get BatchCount () : int

public function set BatchCount (value : int)

Eigenschaftenwert

Die Anzahl der Batches, die zum Synchronisieren eines Bereichs benötigt werden.

Siehe auch

Verweis

DbSyncScopeMetadata-Klasse
DbSyncScopeMetadata-Member
Microsoft.Synchronization.Data-Namespace