DbServerSyncProvider.SyncAdapters Property

Gets the SyncAdapterCollection that is associated with the DbServerSyncProvider.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

Syntax

'Declaration
Public ReadOnly Property SyncAdapters As SyncAdapterCollection
    Get
'Usage
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

Property Value

Type: Microsoft.Synchronization.Data.Server.SyncAdapterCollection
The SyncAdapterCollection that is associated with this DbServerSyncProvider.

See Also

Reference

DbServerSyncProvider Class

Microsoft.Synchronization.Data.Server Namespace