Share via


DbSyncScope Class

Represents a logical grouping of objects to be synchronized.

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

Syntax

'Declaration
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Class DbSyncScope
'Usage
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

Remarks

For database synchronization, a scope is a set of tables. For more information about how scopes are used, see in How to: Provision a Server Database for Collaborative Synchronization (Non-SQL Server) and How to: Configure and Execute Collaborative Synchronization (SQL Server).

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.DbSyncScope

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DbSyncScope Members
Microsoft.Synchronization.Data Namespace