Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Uso
Dim instance As DbServerSyncProvider
Dim value As SyncAdapterCollection
value = instance.SyncAdapters
public SyncAdapterCollection SyncAdapters { get; }
public:
property SyncAdapterCollection^ SyncAdapters {
SyncAdapterCollection^ get ();
}
/** @property */
public SyncAdapterCollection get_SyncAdapters ()
public function get SyncAdapters () : SyncAdapterCollection
Valor de la propiedad
Elemento SyncAdapterCollection asociado a la clase DbServerSyncProvider.
Vea también
Referencia
DbServerSyncProvider Clase
DbServerSyncProvider Miembros
Microsoft.Synchronization.Data.Server Espacio de nombres