Classe SyncAdapterCollection
Uma coleção de objetos SyncAdapter.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em microsoft.synchronization.data.server.dll)
Sintaxe
'Declaração
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncAdapterCollection
Inherits Collection(Of SyncAdapter)
'Uso
Dim instance As SyncAdapterCollection
[DefaultMemberAttribute("Item")]
public sealed class SyncAdapterCollection : Collection<SyncAdapter>
[DefaultMemberAttribute(L"Item")]
public ref class SyncAdapterCollection sealed : public Collection<SyncAdapter^>
/** @attribute DefaultMemberAttribute("Item") */
public final class SyncAdapterCollection extends Collection<SyncAdapter>
DefaultMemberAttribute("Item")
public final class SyncAdapterCollection extends Collection<SyncAdapter>
Hierarquia de herança
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Synchronization.Data.Server.SyncAdapterCollection
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 SyncAdapterCollection
Namespace Microsoft.Synchronization.Data.Server