SqlSyncProviderScopeConfiguration Class
Represents configuration information that is used by SqlSyncProvider for a particular scope.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
The SqlSyncProviderScopeConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlSyncProviderScopeConfiguration | Initializes a new instance of the SqlSyncProviderScopeConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | AdapterConfigurations | Gets or sets a list of SqlSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server database. |
![]() | IsTemplate | Gets or sets a value that indicates whether the associated scope is a template. |
![]() | UnmappedElements | Gets or sets an array of any XML configuration elements that are not recognized by Sync Framework when a scope is configured. |
For information about how scopes are defined, see How To: Execute Database Synchronization (SQL Server).
Show:
