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 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.