Compartir a través de


DbSyncStage Propiedad

Obtiene o establece un valor de enumeración DbSyncStage que representa la fase de sincronización durante la cual se produjo el error.

Espacio de nombres:  Microsoft.Synchronization.Data
Ensamblado:  Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)

Sintaxis

'Declaración
Public Property DbSyncStage As DbSyncStage
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.Synchronization.Data. . :: . .DbSyncStage
Un valor de enumeración DbSyncStage que representa la fase de sincronización durante la cual se produjo el error.

Vea también

Referencia

DbSyncException Clase

DbSyncException Miembros

Microsoft.Synchronization.Data Espacio de nombres