Freigeben über


DbSyncSessionProgressEventArgs-Klasse

Stellt Daten für das SessionProgress-Ereignis bereit.

Diese Klasse ist nicht CLS-kompatibel.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
<CLSCompliantAttribute(False)> _
Public Class DbSyncSessionProgressEventArgs
    Inherits SyncStagedProgressEventArgs
'Usage
Dim instance As DbSyncSessionProgressEventArgs
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
[CLSCompliantAttribute(false)] 
public class DbSyncSessionProgressEventArgs : SyncStagedProgressEventArgs
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
[CLSCompliantAttribute(false)] 
public ref class DbSyncSessionProgressEventArgs : public SyncStagedProgressEventArgs
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
/** @attribute CLSCompliantAttribute(false) */ 
public class DbSyncSessionProgressEventArgs extends SyncStagedProgressEventArgs
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
CLSCompliantAttribute(false) 
public class DbSyncSessionProgressEventArgs extends SyncStagedProgressEventArgs

Vererbungshierarchie

System.Object
   System.EventArgs
     Microsoft.Synchronization.SyncStagedProgressEventArgs
      Microsoft.Synchronization.Data.DbSyncSessionProgressEventArgs

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

DbSyncSessionProgressEventArgs-Member
Microsoft.Synchronization.Data-Namespace