SyncTableCollection Class
Sync Framework 2.0
Represents a collection of SyncTable objects.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
[SerializableAttribute] [DefaultMemberAttribute("Item")] public class SyncTableCollection : Collection<SyncTable>
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
public class SyncTableCollection extends Collection<SyncTable>
SerializableAttribute DefaultMemberAttribute("Item") public class SyncTableCollection extends Collection<SyncTable>
The SyncTableCollection enforces the following semantics:
-
The order of SyncTable objects in the collection determines the order in which tables are synchronized.
-
Only one SyncTable object for a given table name can exist in the collection if the table does not have a SyncGroup reference.
-
The SyncTableCollection allows two or more SyncTable objects with the same table name if the tables belong to different SyncGroup objects.
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Synchronization.Data.SyncTableCollection
System.Collections.ObjectModel.Collection
Microsoft.Synchronization.Data.SyncTableCollection