Partager via


Propriété ChangeBatchBase.BatchWorkEstimate

Obtient ou définit l'évaluation du travail total pour le lot de modifications.

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

Syntaxe

'Déclaration
Public Property BatchWorkEstimate As UInteger
'Utilisation
Dim instance As ChangeBatchBase
Dim value As UInteger

value = instance.BatchWorkEstimate

instance.BatchWorkEstimate = value
public uint BatchWorkEstimate { get; set; }
public:
property unsigned int BatchWorkEstimate {
    unsigned int get ();
    void set (unsigned int value);
}
/** @property */
public UInt32 get_BatchWorkEstimate ()

/** @property */
public void set_BatchWorkEstimate (UInt32 value)
public function get BatchWorkEstimate () : uint

public function set BatchWorkEstimate (value : uint)

Valeur de propriété

Évaluation du travail total pour le lot de modifications. La valeur par défaut est 0.

Notes

BatchWorkEstimate et RemainingSessionWorkEstimate permettent de signaler la progression de la synchronisation à une application. Ces deux valeurs sont adressées dans l'événement ProgressChanged.

Voir aussi

Référence

Classe ChangeBatchBase
Membres ChangeBatchBase
Espace de noms Microsoft.Synchronization

Concepts

Indication de la progression de la synchronisation