Freigeben über


DbSyncScopeProgress-Klasse

Stellt eine Gruppe von Statistiken des Synchronisierungsstatus für die Objekte in DbSyncScope dar.

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

Syntax

'Declaration
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Class DbSyncScopeProgress
'Usage
Dim instance As DbSyncScopeProgress
[SerializableAttribute] 
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public class DbSyncScopeProgress
[SerializableAttribute] 
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public ref class DbSyncScopeProgress
/** @attribute SerializableAttribute() */ 
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public class DbSyncScopeProgress
SerializableAttribute 
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public class DbSyncScopeProgress

Hinweise

Bei der Peer-to-Peer-Datenbanksynchronisierung entspricht ein Bereich normalerweise einem Satz von Tabellen. Weitere Informationen zur Verwendung von Bereichen finden Sie unter Vorgehensweise: Bereitstellen einer Serverdatenbank für die Synchronisierung für die Zusammenarbeit (Nicht-SQL Server).

Vererbungshierarchie

System.Object
  Microsoft.Synchronization.Data.DbSyncScopeProgress

Threadsicherheit

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

Siehe auch

Verweis

DbSyncScopeProgress-Member
Microsoft.Synchronization.Data-Namespace