SqlCeSyncProviderAdapterConfiguration Class

Represents synchronization adapter configuration for a table in a SQL Server Compact database.

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

Syntax

'Declaration
Public Class SqlCeSyncProviderAdapterConfiguration
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration
public class SqlCeSyncProviderAdapterConfiguration
public ref class SqlCeSyncProviderAdapterConfiguration
public class SqlCeSyncProviderAdapterConfiguration
public class SqlCeSyncProviderAdapterConfiguration

Remarks

Sync Framework uses this class to create a synchronization adapter for each table that is provisioned for synchronization in a SQL Server Compact database. You do not interact directly with the objects. For more information about provisioning and configuration, see How to: Configure and Execute Collaborative Synchronization (SQL Server).

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SqlServerCe.SqlCeSyncProviderAdapterConfiguration

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

SqlCeSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServerCe Namespace