SqlCeSyncProviderScopeConfiguration Class

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

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

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

public class SqlCeSyncProviderScopeConfiguration

The SqlCeSyncProviderScopeConfiguration type exposes the following members.

  NameDescription
Public methodSqlCeSyncProviderScopeConfigurationInitializes a new instance of the SqlCeSyncProviderScopeConfiguration class.
Top

  NameDescription
Public propertyAdapterConfigurationsGets or sets a list of SqlCeSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server Compact database.
Public propertyUnmappedElementsGets or sets an array of any XML configuration elements that are not recognized by Sync Framework when a scope is configured.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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

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