SqlSyncProviderAdapterConfiguration 类
表示 SQL Server 数据库中某个表的同步适配器配置。
命名空间: Microsoft.Synchronization.Data.SqlServer
程序集: Microsoft.Synchronization.Data.SqlServer(在 Microsoft.Synchronization.Data.SqlServer.dll 中)
语法
声明
Public Class SqlSyncProviderAdapterConfiguration
用法
Dim instance As SqlSyncProviderAdapterConfiguration
public class SqlSyncProviderAdapterConfiguration
public ref class SqlSyncProviderAdapterConfiguration
type SqlSyncProviderAdapterConfiguration = class end
public class SqlSyncProviderAdapterConfiguration
注释
Sync Framework 使用此类为 SQL Server 数据库中设置为用于同步的每个表创建一个 DbSyncAdapter 对象。对于 SqlSyncProvider,通常您不直接与 DbSyncAdapter 对象交互,但您可以使用 SqlSyncProviderAdapterConfiguration 来设置 Sync Framework 在数据库中创建的对象的名称。 有关设置和配置的更多信息,请参见如何配置和执行数据库同步 (SQL Server)。
继承层次结构
System. . :: . .Object
Microsoft.Synchronization.Data.SqlServer..::..SqlSyncProviderAdapterConfiguration
线程安全
此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。