DbSyncTableDescriptionCollection Class
Represents a collection of DbSyncTableDescription objects.
System.Object
System.Collections.ObjectModel.Collection<DbSyncTableDescription>
Microsoft.Synchronization.Data.DbSyncTableDescriptionCollection
System.Collections.ObjectModel.Collection<DbSyncTableDescription>
Microsoft.Synchronization.Data.DbSyncTableDescriptionCollection
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbSyncTableDescriptionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbSyncTableDescriptionCollection | Initializes a new instance of the DbSyncTableDescriptionCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<DbSyncTableDescription>.) |
![]() | Item[Int32] | (Inherited from Collection<DbSyncTableDescription>.) |
![]() | Item[String] | Gets a DbSyncTableDescription object with the specified name from the collection. |
![]() | Items | (Inherited from Collection<DbSyncTableDescription>.) |
Top
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | IList.Contains | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | IList.IndexOf | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | IList.Insert | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | ICollection<T>.IsReadOnly | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | IList.Item | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | IList.Remove | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection<DbSyncTableDescription>.) |
Show:

