Partager via


Classe DbSyncScope

Représente un regroupement logique d'objets à synchroniser.

Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Class DbSyncScope
'Utilisation
Dim instance As DbSyncScope
[SerializableAttribute] 
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public class DbSyncScope
[SerializableAttribute] 
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public ref class DbSyncScope
/** @attribute SerializableAttribute() */ 
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public class DbSyncScope
SerializableAttribute 
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public class DbSyncScope

Notes

Pour la synchronisation de bases de données, une étendue est un jeu de tables. Pour plus d'informations sur l'utilisation des étendues, consultez Procédure : approvisionner une base de données serveur pour la synchronisation collaborative (non-SQL Server) et Procédure : configurer et exécuter la synchronisation collaborative (SQL Server).

Hiérarchie d'héritage

System.Object
  Microsoft.Synchronization.Data.DbSyncScope

Sécurité des threads

Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres DbSyncScope
Espace de noms Microsoft.Synchronization.Data