Partager via


Propriété DbSyncProgressEventArgs.Stage

Obtient une valeur d'énumération DbSyncStage qui représente l'étape actuelle de la synchronisation.

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

Syntaxe

'Déclaration
Public ReadOnly Property Stage As DbSyncStage
'Utilisation
Dim instance As DbSyncProgressEventArgs
Dim value As DbSyncStage

value = instance.Stage
public DbSyncStage Stage { get; }
public:
property DbSyncStage Stage {
    DbSyncStage get ();
}
/** @property */
public DbSyncStage get_Stage ()
public function get Stage () : DbSyncStage

Valeur de propriété

Valeur d'énumération DbSyncStage qui représente l'étape actuelle de la synchronisation.

Voir aussi

Référence

Classe DbSyncProgressEventArgs
Membres DbSyncProgressEventArgs
Espace de noms Microsoft.Synchronization.Data