Partager via


BatchCount propriété

Obtient ou définit le nombre de lots requis pour synchroniser une étendue si le traitement par lot est utilisé.

Espace de noms :  Microsoft.Synchronization.Data
Assembly :  Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)

Syntaxe

'Déclaration
Public Property BatchCount As Integer
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Int32
Nombre de lots requis pour synchroniser une étendue.

Voir aussi

Référence

DbSyncScopeMetadata Classe

Membres DbSyncScopeMetadata

Espace de noms Microsoft.Synchronization.Data