SqlSyncProviderScopeConfiguration Class

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

System.Object
  Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderScopeConfiguration

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

public class SqlSyncProviderScopeConfiguration

The SqlSyncProviderScopeConfiguration type exposes the following members.

  NameDescription
Public methodSqlSyncProviderScopeConfigurationInitializes a new instance of the SqlSyncProviderScopeConfiguration class.
Top

  NameDescription
Public propertyAdapterConfigurationsGets or sets a list of SqlSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server database.
Public propertyIsTemplateGets or sets a value that indicates whether the associated scope is a template.
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: