Classe DbSyncAdapterCollection
Uma coleção de objetos DbSyncAdapter.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class DbSyncAdapterCollection
Inherits Collection(Of DbSyncAdapter)
'Uso
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>
Hierarquia de herança
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Synchronization.Data.DbSyncAdapterCollection
Segurança de thread
Qualquer membro estático público (Compartilhado no Visual Basic) deste tipo é protegido por thread. Não há garantia de que qualquer membro de instância esteja protegido por thread.
Consulte também
Referência
Membros DbSyncAdapterCollection
Namespace Microsoft.Synchronization.Data