SqlCeSyncProviderScopeConfiguration Class

Represents configuration information that is used by SqlCeSyncProvider for a particular scope.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SqlServerCe.SqlCeSyncProviderScopeConfiguration

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Class SqlCeSyncProviderScopeConfiguration
'Usage
Dim instance As SqlCeSyncProviderScopeConfiguration
public class SqlCeSyncProviderScopeConfiguration
public ref class SqlCeSyncProviderScopeConfiguration
type SqlCeSyncProviderScopeConfiguration =  class end
public class SqlCeSyncProviderScopeConfiguration

The SqlCeSyncProviderScopeConfiguration type exposes the following members.

Constructors

  Name Description
Public method SqlCeSyncProviderScopeConfiguration Initializes a new instance of the SqlCeSyncProviderScopeConfiguration class.

Top

Properties

  Name Description
Public property AdapterConfigurations Gets or sets a list of SqlCeSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server Compact database.
Public property UnmappedElements Gets or sets an array of any XML configuration elements that are not recognized by Sync Framework when a scope is configured.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

For information about how scopes are defined, see How To: Execute Database Synchronization (SQL Server).

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

Microsoft.Synchronization.Data.SqlServerCe Namespace