SqlSyncProviderScopeConfiguration.AdapterConfigurations Property

Gets or sets a list of SqlSyncProviderAdapterConfiguration objects that are each associated with 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 ReadOnly Property AdapterConfigurations As SqlSyncProviderAdapterConfigurationCollection
    Get
'Usage
Dim instance As SqlSyncProviderScopeConfiguration
Dim value As SqlSyncProviderAdapterConfigurationCollection

value = instance.AdapterConfigurations
public SqlSyncProviderAdapterConfigurationCollection AdapterConfigurations { get; }
public:
property SqlSyncProviderAdapterConfigurationCollection^ AdapterConfigurations {
    SqlSyncProviderAdapterConfigurationCollection^ get ();
}
member AdapterConfigurations : SqlSyncProviderAdapterConfigurationCollection
function get AdapterConfigurations () : SqlSyncProviderAdapterConfigurationCollection

Property Value

Type: Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterConfigurationCollection
A list of SqlSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server database.

Remarks

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).

See Also

Reference

SqlSyncProviderScopeConfiguration Class

Microsoft.Synchronization.Data.SqlServer Namespace