SyncAdapterCollection Clase

Colección de objetos SyncAdapter.

Espacio de nombres: Microsoft.Synchronization.Data.Server
Ensamblado: Microsoft.Synchronization.Data.Server (en microsoft.synchronization.data.server.dll)

Sintaxis

'Declaración
<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>

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros (Compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también

Referencia

SyncAdapterCollection Miembros
Microsoft.Synchronization.Data.Server Espacio de nombres