Share via


Classe DbSyncAdapterCollection

Collection d'objets DbSyncAdapter.

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

Syntaxe

'Déclaration
<DefaultMemberAttribute("Item")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public NotInheritable Class DbSyncAdapterCollection
    Inherits Collection(Of DbSyncAdapter)
'Utilisation
Dim instance As DbSyncAdapterCollection
[DefaultMemberAttribute("Item")] 
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public sealed class DbSyncAdapterCollection : Collection<DbSyncAdapter>
[DefaultMemberAttribute(L"Item")] 
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public ref class DbSyncAdapterCollection sealed : public Collection<DbSyncAdapter^>
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public final class DbSyncAdapterCollection extends Collection<DbSyncAdapter>
DefaultMemberAttribute("Item") 
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public final class DbSyncAdapterCollection extends Collection<DbSyncAdapter>

Hiérarchie d'héritage

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Synchronization.Data.DbSyncAdapterCollection

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 DbSyncAdapterCollection
Espace de noms Microsoft.Synchronization.Data