Compartir a través de


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
Public NotInheritable Class SyncAdapterCollection _
    Inherits Collection(Of SyncAdapter)
'Uso
Dim instance As SyncAdapterCollection
public sealed class SyncAdapterCollection : Collection<SyncAdapter>
public ref class SyncAdapterCollection sealed : public Collection<SyncAdapter^>
[<SealedAttribute>]
type SyncAdapterCollection =  
    class
        inherit Collection<SyncAdapter>
    end
public final class SyncAdapterCollection extends Collection<SyncAdapter>

Jerarquía de herencia

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SyncAdapter> ) > ) >
    Microsoft.Synchronization.Data.Server..::..SyncAdapterCollection

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

SyncAdapterCollection Miembros

Microsoft.Synchronization.Data.Server Espacio de nombres