Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a list of SqlCeSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server Compact database.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property AdapterConfigurations As Collection(Of SqlCeSyncProviderAdapterConfiguration)
Get
'Usage
Dim instance As SqlCeSyncProviderScopeConfiguration
Dim value As Collection(Of SqlCeSyncProviderAdapterConfiguration)
value = instance.AdapterConfigurations
public Collection<SqlCeSyncProviderAdapterConfiguration> AdapterConfigurations { get; }
public:
property Collection<SqlCeSyncProviderAdapterConfiguration^>^ AdapterConfigurations {
Collection<SqlCeSyncProviderAdapterConfiguration^>^ get ();
}
member AdapterConfigurations : Collection<SqlCeSyncProviderAdapterConfiguration>
function get AdapterConfigurations () : Collection<SqlCeSyncProviderAdapterConfiguration>
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.