Compartir a través de


DbSyncAdapterCollection Clase

Colección de objetos DbSyncAdapter.

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

Sintaxis

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

Jerarquía de herencia

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Synchronization.Data.DbSyncAdapterCollection

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

DbSyncAdapterCollection Miembros
Microsoft.Synchronization.Data Espacio de nombres