DbSyncProvider.SyncAdapters Property

Gets the DbSyncAdapterCollection that is associated with the DbSyncProvider object.

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

Syntax

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

value = instance.SyncAdapters
public virtual DbSyncAdapterCollection SyncAdapters { get; }
public:
virtual property DbSyncAdapterCollection^ SyncAdapters {
    DbSyncAdapterCollection^ get ();
}
abstract SyncAdapters : DbSyncAdapterCollection
override SyncAdapters : DbSyncAdapterCollection
function get SyncAdapters () : DbSyncAdapterCollection

Property Value

Type: Microsoft.Synchronization.Data.DbSyncAdapterCollection
The DbSyncAdapterCollection that is associated with the DbSyncProvider object.

See Also

Reference

DbSyncProvider Class

Microsoft.Synchronization.Data Namespace