Freigeben über


AdapterConfigurations-Eigenschaft

Ruft eine Liste von SqlSyncProviderAdapterConfiguration-Objekten ab, die jeweils einer Tabelle in einer SQL Server-Datenbank zugeordnet sind, oder legt sie fest.

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

Eigenschaftenwert

Typ: Microsoft.Synchronization.Data.SqlServer. . :: . .SqlSyncProviderAdapterConfigurationCollection
Eine Liste von SqlSyncProviderAdapterConfiguration-Objekten, die jeweils einer Tabelle in einer SQL Server-Datenbank zugeordnet sind.

Hinweise

Sync Framework erstellt mithilfe eines SqlSyncProviderAdapterConfiguration-Objekts ein DbSyncAdapter-Objekt für jede Tabelle, die für die Synchronisierung in einer SQL Server-Datenbank bereitgestellt wird. Für SqlSyncProvider wird normalerweise nicht direkt mit einem DbSyncAdapter-Objekt interagiert. Sie können jedoch SqlSyncProviderAdapterConfiguration verwenden, um die Namen der Objekte festzulegen, die von Sync Framework in der Datenbank erstellt werden. Weitere Informationen zur Bereitstellung und Konfiguration finden Sie unter Vorgehensweise: Konfigurieren und Ausführen der Datenbanksynchronisierung (SQL Server).

Siehe auch

Verweis

SqlSyncProviderScopeConfiguration Klasse

SqlSyncProviderScopeConfiguration-Member

Microsoft.Synchronization.Data.SqlServer-Namespace