Partager via


Propriété SyncBatchProgress.BatchCount

Obtient le nombre total de lots à synchroniser au cours d'une session.

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

Syntaxe

'Déclaration
Public ReadOnly Property BatchCount As Integer
'Utilisation
Dim instance As SyncBatchProgress
Dim value As Integer

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

Valeur de propriété

Nombre total de lots à synchroniser au cours d'une session.

Voir aussi

Référence

Classe SyncBatchProgress
Membres SyncBatchProgress
Espace de noms Microsoft.Synchronization