Compartir a través de


SyncAdapters Propiedad

Obtiene el SyncAdapterCollection asociado a DbServerSyncProvider.

Espacio de nombres:  Microsoft.Synchronization.Data.Server
Ensamblado:  Microsoft.Synchronization.Data.Server (en Microsoft.Synchronization.Data.Server.dll)

Sintaxis

'Declaración
Public ReadOnly Property SyncAdapters As SyncAdapterCollection
    Get
'Uso
Dim instance As DbServerSyncProvider
Dim value As SyncAdapterCollection

value = instance.SyncAdapters
public SyncAdapterCollection SyncAdapters { get; }
public:
property SyncAdapterCollection^ SyncAdapters {
    SyncAdapterCollection^ get ();
}
member SyncAdapters : SyncAdapterCollection
function get SyncAdapters () : SyncAdapterCollection

Valor de la propiedad

Tipo: Microsoft.Synchronization.Data.Server. . :: . .SyncAdapterCollection
Elemento SyncAdapterCollection asociado a la clase DbServerSyncProvider.

Vea también

Referencia

DbServerSyncProvider Clase

DbServerSyncProvider Miembros

Microsoft.Synchronization.Data.Server Espacio de nombres