Поделиться через


Свойство SyncAdapters

Возвращает коллекцию SyncAdapterCollection, связанную с DbServerSyncProvider.

Пространство имен:  Microsoft.Synchronization.Data.Server
Сборка:  Microsoft.Synchronization.Data.Server (в Microsoft.Synchronization.Data.Server.dll)

Синтаксис

'Декларация
Public ReadOnly Property SyncAdapters As SyncAdapterCollection
    Get
'Применение
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

Значение свойства

Тип Microsoft.Synchronization.Data.Server. . :: . .SyncAdapterCollection
Коллекция SyncAdapterCollection, связанная с DbServerSyncProvider.

См. также

Справочник

DbServerSyncProvider Класс

Элементы DbServerSyncProvider

Пространство имен Microsoft.Synchronization.Data.Server