SqlSyncProviderAdapterConfiguration Class
Represents synchronization adapter configuration for a table in a SQL Server database.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
Public Class SqlSyncProviderAdapterConfiguration
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
public class SqlSyncProviderAdapterConfiguration
public ref class SqlSyncProviderAdapterConfiguration
public class SqlSyncProviderAdapterConfiguration
public class SqlSyncProviderAdapterConfiguration
Remarks
Sync Framework uses this class to create a DbSyncAdapter object for each table that is provisioned for synchronization in a SQL Server database. For SqlSyncProvider, you typically do not interact directly with DbSyncAdapter objects, but you can use SqlSyncProviderAdapterConfiguration to set the names of the objects that Sync Framework creates in a database. For more information about provisioning and configuration, see How to: Configure and Execute Collaborative Synchronization (SQL Server).
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterConfiguration
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
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace