Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.