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
Public NotInheritable Class SyncAdapterCollection _
    Inherits Collection(Of SyncAdapter)
'Utilisation
Dim instance As SyncAdapterCollection
public sealed class SyncAdapterCollection : Collection<SyncAdapter>
public ref class SyncAdapterCollection sealed : public Collection<SyncAdapter^>
[<SealedAttribute>]
type SyncAdapterCollection =  
    class
        inherit Collection<SyncAdapter>
    end
public final class SyncAdapterCollection extends Collection<SyncAdapter>

Hiérarchie d'héritage

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SyncAdapter> ) > ) >
    Microsoft.Synchronization.Data.Server..::..SyncAdapterCollection

Sécurité des threads

Tous les membres publics static (Shared dans 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