SqlCeSyncProviderAdapterConfiguration Class

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

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

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

'Declaration
Public Class SqlCeSyncProviderAdapterConfiguration
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration

The SqlCeSyncProviderAdapterConfiguration type exposes the following members.

  NameDescription
Public methodSqlCeSyncProviderAdapterConfigurationInitializes a new instance of the SqlCeSyncProviderAdapterConfiguration class.
Top

  NameDescription
Public propertyColumnsGets or sets a list of DbSyncColumnDescription objects that represent all columns in a table.
Public propertyGlobalTableNameGets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.
Public propertyNonPkColumnsGets a list of DbSyncColumnDescription objects that represent all columns in a table other than the primary key columns.
Public propertyPkColumnsGets a list of DbSyncColumnDescription objects that represent all primary key columns in a table.
Public propertyTableNameGets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
Public propertyTrackingTableNameGets or sets the name, not including database-specific delimiters, of the tracking table for a specific base table.
Public propertyUnmappedElementsGets or sets an array of any XML configuration elements that are not recognized by Sync Framework when an adapter 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

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: 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: