Propriété DbSyncProvider.SyncAdapters
Obtient le DbSyncAdapterCollection qui est associé à l'objet DbSyncProvider.
Cette propriété n'est pas conforme CLS.
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
'Utilisation
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
Valeur de propriété
DbSyncAdapterCollection qui est associé à l'objet DbSyncProvider.
Voir aussi
Référence
Classe DbSyncProvider
Membres DbSyncProvider
Espace de noms Microsoft.Synchronization.Data