DbSyncAdapterCollection Class

A collection of DbSyncAdapter objects.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public NotInheritable Class DbSyncAdapterCollection
    Inherits Collection(Of DbSyncAdapter)
'Usage
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>

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DbSyncAdapterCollection Members
Microsoft.Synchronization.Data Namespace