Condividi tramite


Classe SyncAdapterCollection

Raccolta di oggetti SyncAdapter.

Spazio dei nomi: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Sintassi

'Dichiarazione
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncAdapterCollection
    Inherits Collection(Of SyncAdapter)
'Utilizzo
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>

Gerarchia di ereditarietà

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Synchronization.Data.Server.SyncAdapterCollection

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.

Vedere anche

Riferimento

Membri SyncAdapterCollection
Spazio dei nomi Microsoft.Synchronization.Data.Server