Partager via


DbSyncStage propriété

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
Public Property DbSyncStage As DbSyncStage
    Get
    Set
'Utilisation
Dim instance As DbSyncException
Dim value As DbSyncStage

value = instance.DbSyncStage

instance.DbSyncStage = value
public DbSyncStage DbSyncStage { get; set; }
public:
property DbSyncStage DbSyncStage {
    DbSyncStage get ();
    void set (DbSyncStage value);
}
member DbSyncStage : DbSyncStage with get, set
function get DbSyncStage () : DbSyncStage
function set DbSyncStage (value : DbSyncStage)

Valeur de la propriété

Type : Microsoft.Synchronization.Data. . :: . .DbSyncStage
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

DbSyncException Classe

Membres DbSyncException

Espace de noms Microsoft.Synchronization.Data