DbSyncScope::Tables Property
Gets or sets a collection of SyncTableInfo objects that correspond to the DbSyncAdapter objects associated with the DbSyncProvider.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property Collection<SyncTableInfo^>^ Tables { Collection<SyncTableInfo^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<SyncTableInfo>A collection of SyncTableInfo objects.
Show: