Condividi tramite


Classe DbChangesAppliedEventArgs

Fornisce i dati per l'evento ChangesApplied.

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Class DbChangesAppliedEventArgs
    Inherits EventArgs
'Utilizzo
Dim instance As DbChangesAppliedEventArgs
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public class DbChangesAppliedEventArgs : EventArgs
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public ref class DbChangesAppliedEventArgs : public EventArgs
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public class DbChangesAppliedEventArgs extends EventArgs
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public class DbChangesAppliedEventArgs extends EventArgs

Gerarchia di ereditarietà

System.Object
   System.EventArgs
    Microsoft.Synchronization.Data.DbChangesAppliedEventArgs

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.

Vedere anche

Riferimento

Membri DbChangesAppliedEventArgs
Spazio dei nomi Microsoft.Synchronization.Data