Share via


DbSyncProvider.SyncAdapters Property

Gets the DbSyncAdapterCollection that is associated with the DbSyncProvider object.

This property is not CLS-compliant.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property SyncAdapters As DbSyncAdapterCollection
'Usage
Dim instance As DbSyncProvider
Dim value As DbSyncAdapterCollection

value = instance.SyncAdapters
public DbSyncAdapterCollection SyncAdapters { get; }
public:
property DbSyncAdapterCollection^ SyncAdapters {
    DbSyncAdapterCollection^ get ();
}
/** @property */
public DbSyncAdapterCollection get_SyncAdapters ()
public function get SyncAdapters () : DbSyncAdapterCollection

Property Value

The DbSyncAdapterCollection that is associated with the DbSyncProvider object.

See Also

Reference

DbSyncProvider Class
DbSyncProvider Members
Microsoft.Synchronization.Data Namespace