Partager via


Propriété DbSyncException.DbSyncStage

Obtient ou définit une valeur d'énumération DbSyncStage qui représente l'étape de la synchronisation pendant laquelle l'erreur s'est produite.

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

Syntaxe

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

value = instance.DbSyncStage

instance.DbSyncStage = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public DbSyncStage DbSyncStage { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public:
property DbSyncStage DbSyncStage {
    DbSyncStage get ();
    void set (DbSyncStage value);
}
/** @property */
public DbSyncStage get_DbSyncStage ()

/** @property */
public void set_DbSyncStage (DbSyncStage value)
public function get DbSyncStage () : DbSyncStage

public function set DbSyncStage (value : DbSyncStage)

Valeur de propriété

Valeur d'énumération DbSyncStage qui représente l'étape de la synchronisation pendant laquelle l'erreur s'est produite.

Voir aussi

Référence

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