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
    Get
    Set
'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);
}
member BatchCount : int with get, set
function get BatchCount () : int
function set BatchCount (value : int)

Eigenschaftenwert

Typ: System. . :: . .Int32
Die Anzahl der Batches, die zum Synchronisieren eines Bereichs benötigt werden.

Siehe auch

Verweis

DbSyncScopeMetadata Klasse

DbSyncScopeMetadata-Member

Microsoft.Synchronization.Data-Namespace