SqlCeSyncProviderScopeConfiguration::AdapterConfigurations Property
Gets or sets a list of SqlCeSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server Compact database.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public: property Collection<SqlCeSyncProviderAdapterConfiguration^>^ AdapterConfigurations { Collection<SqlCeSyncProviderAdapterConfiguration^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<SqlCeSyncProviderAdapterConfiguration>A list of SqlCeSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server Compact database.
Show: