DbSyncException.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
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Property DbSyncStage As DbSyncStage
'Uso
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)
Valor de la propiedad
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