Freigeben über


DbSyncProvider.SyncAdapters-Eigenschaft

Ruft die DbSyncAdapterCollection ab, die dem DbSyncProvider-Objekt zugeordnet ist.

Diese Eigenschaft ist nicht CLS-kompatibel.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SyncAdapters As DbSyncAdapterCollection
'Usage
Dim instance As DbSyncProvider
Dim value As DbSyncAdapterCollection

value = instance.SyncAdapters
public virtual DbSyncAdapterCollection SyncAdapters { get; }
public:
virtual property DbSyncAdapterCollection^ SyncAdapters {
    DbSyncAdapterCollection^ get ();
}
/** @property */
public DbSyncAdapterCollection get_SyncAdapters ()
public function get SyncAdapters () : DbSyncAdapterCollection

Eigenschaftenwert

Die DbSyncAdapterCollection, die dem DbSyncProvider-Objekt zugeordnet ist.

Siehe auch

Verweis

DbSyncProvider-Klasse
DbSyncProvider-Member
Microsoft.Synchronization.Data-Namespace