Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 | |
|---|---|---|
![]() |
SqlSyncProviderScopeConfiguration | Initializes a new instance of the SqlSyncProviderScopeConfiguration class. |
Top
Properties
| 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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)