Propriété DbSyncSessionProgressEventArgs.DbSyncStage

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

Cette propriété n'est pas conforme CLS.  

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

Syntaxe

'Déclaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public ReadOnly Property DbSyncStage As DbSyncStage
'Utilisation
Dim instance As DbSyncSessionProgressEventArgs
Dim value As DbSyncStage

value = instance.DbSyncStage
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public DbSyncStage DbSyncStage { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public:
property DbSyncStage DbSyncStage {
    DbSyncStage get ();
}
/** @property */
public DbSyncStage get_DbSyncStage ()
public function get DbSyncStage () : 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 DbSyncSessionProgressEventArgs
Membres DbSyncSessionProgressEventArgs
Espace de noms Microsoft.Synchronization.Data