Propriedade DbServerSyncProvider.SyncAdapters
Obtém a SyncAdapterCollection associada a DbServerSyncProvider.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em microsoft.synchronization.data.server.dll)
Sintaxe
'Declaração
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 da propriedade
A SyncAdapterCollection associada a esse DbServerSyncProvider.
Consulte também
Referência
Classe DbServerSyncProvider
Membros DbServerSyncProvider
Namespace Microsoft.Synchronization.Data.Server