Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Ottiene l'oggetto DbSyncAdapterCollection associato all'oggetto DbSyncProvider.
Questa proprietà non è conforme a CLS.
Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property SyncAdapters As DbSyncAdapterCollection
'Utilizzo
Dim instance As DbSyncProvider
Dim value As DbSyncAdapterCollection
value = instance.SyncAdapters
public virtual DbSyncAdapterCollection SyncAdapters { get; }
public:
virtual property DbSyncAdapterCollection^ SyncAdapters {
DbSyncAdapterCollection^ get ();
}
/** @property */
public DbSyncAdapterCollection get_SyncAdapters ()
public function get SyncAdapters () : DbSyncAdapterCollection
Valore proprietà
Oggetto DbSyncAdapterCollection associato all'oggetto DbSyncProvider.
Vedere anche
Riferimento
Classe DbSyncProvider
Membri DbSyncProvider
Spazio dei nomi Microsoft.Synchronization.Data