Partager via


Propriété DbServerSyncProvider.SyncAdapters

Obtient le SyncAdapterCollection associé au DbServerSyncProvider.

Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SyncAdapters As SyncAdapterCollection
'Utilisation
Dim instance As DbServerSyncProvider
Dim value As SyncAdapterCollection

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

Valeur de propriété

SyncAdapterCollection associé à ce DbServerSyncProvider.

Voir aussi

Référence

Classe DbServerSyncProvider
Membres DbServerSyncProvider
Espace de noms Microsoft.Synchronization.Data.Server