Partager via


SyncAdapters propriété

Obtient le DbSyncAdapterCollection qui est associé à l'objet DbSyncProvider.

Espace de noms :  Microsoft.Synchronization.Data
Assembly :  Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property SyncAdapters As DbSyncAdapterCollection
    Get
'Utilisation
Dim instance As DbSyncProvider
Dim value As DbSyncAdapterCollection

value = instance.SyncAdapters
public virtual DbSyncAdapterCollection SyncAdapters { get; }
public:
virtual property DbSyncAdapterCollection^ SyncAdapters {
    DbSyncAdapterCollection^ get ();
}
abstract SyncAdapters : DbSyncAdapterCollection
override SyncAdapters : DbSyncAdapterCollection
function get SyncAdapters () : DbSyncAdapterCollection

Valeur de la propriété

Type : Microsoft.Synchronization.Data. . :: . .DbSyncAdapterCollection
DbSyncAdapterCollection qui est associé à l'objet DbSyncProvider.

Voir aussi

Référence

DbSyncProvider Classe

Membres DbSyncProvider

Espace de noms Microsoft.Synchronization.Data