SqlSyncProviderScopeConfiguration Class

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

Inheritance Hierarchy

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

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

Syntax

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

The SqlSyncProviderScopeConfiguration type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AdapterConfigurations Gets or sets a list of SqlSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server database.
Public property IsTemplate Gets or sets a value that indicates whether the associated scope is a template.
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.SqlServer Namespace