Freigeben über


DbSyncAdapterCollection-Klasse

Eine Auflistung von DbSyncAdapter-Objekten.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

DbSyncAdapterCollection-Member
Microsoft.Synchronization.Data-Namespace