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 number of batches that are required to synchronize a scope if batching is being used.
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)
Property Value
Type: System.Int32
The number of batches that are required to synchronize a scope.