Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
<XmlElementAttribute("Table")> _
Public ReadOnly Property AdapterConfigurations As Collection(Of SqlCeSyncProviderAdapterConfiguration)
'Usage
Dim instance As SqlCeSyncProviderScopeConfiguration
Dim value As Collection(Of SqlCeSyncProviderAdapterConfiguration)
value = instance.AdapterConfigurations
[XmlElementAttribute("Table")]
public Collection<SqlCeSyncProviderAdapterConfiguration> AdapterConfigurations { get; }
[XmlElementAttribute(L"Table")]
public:
property Collection<SqlCeSyncProviderAdapterConfiguration^>^ AdapterConfigurations {
Collection<SqlCeSyncProviderAdapterConfiguration^>^ get ();
}
/** @property */
public Collection<SqlCeSyncProviderAdapterConfiguration> get_AdapterConfigurations ()
public function get AdapterConfigurations () : Collection<SqlCeSyncProviderAdapterConfiguration>
Property Value
A list of SqlCeSyncProviderAdapterConfiguration objects that are each associated with a table in a SQL Server Compact database.
See Also
Reference
SqlCeSyncProviderScopeConfiguration Class
SqlCeSyncProviderScopeConfiguration Members
Microsoft.Synchronization.Data.SqlServerCe Namespace