Partager via


Classe SyncAdapterCollection

Collection d'objets SyncAdapter.

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

Syntaxe

'Déclaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncAdapterCollection
    Inherits Collection(Of SyncAdapter)
'Utilisation
Dim instance As SyncAdapterCollection
[DefaultMemberAttribute("Item")] 
public sealed class SyncAdapterCollection : Collection<SyncAdapter>
[DefaultMemberAttribute(L"Item")] 
public ref class SyncAdapterCollection sealed : public Collection<SyncAdapter^>
/** @attribute DefaultMemberAttribute("Item") */ 
public final class SyncAdapterCollection extends Collection<SyncAdapter>
DefaultMemberAttribute("Item") 
public final class SyncAdapterCollection extends Collection<SyncAdapter>

Hiérarchie d'héritage

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Synchronization.Data.Server.SyncAdapterCollection

Sécurité des threads

Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres SyncAdapterCollection
Espace de noms Microsoft.Synchronization.Data.Server