SqlSyncProviderScopeConfiguration::AdapterConfigurations Property
Gets or sets a list of SqlSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server database.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property SqlSyncProviderAdapterConfigurationCollection^ AdapterConfigurations { SqlSyncProviderAdapterConfigurationCollection^ get (); }
Property Value
Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncProviderAdapterConfigurationCollectionA list of SqlSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server database.
Sync Framework uses a SqlSyncProviderAdapterConfiguration object 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 object, 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: Execute Database Synchronization (SQL Server).
Show: