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.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SyncAdapters As DbSyncAdapterCollection
'Usage
Dim instance As DbSyncProvider
Dim value As DbSyncAdapterCollection
value = instance.SyncAdapters
public virtual DbSyncAdapterCollection SyncAdapters { get; }
public:
virtual 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