SyncSchemaTables Class
Represents a collection of SyncSchemaTable objects.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncSchemaTables type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of SyncSchemaTable objects in the collection. |
![]() | Item[Int32] | Gets a SyncSchemaTable object from the collection at the specified index. |
![]() | Item[String] | Gets a SyncSchemaTable object with the specified name from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a SyncSchemaTable object with the specified table name to the end of the collection. |
![]() | CanRemove | Returns whether a specific SyncSchemaTable object can be removed from the collection. |
![]() | Contains | Determines whether a SyncSchemaTable object with the specified name is in the collection. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes the first occurrence of a SyncSchemaTable object with the specified name from the collection. |
![]() | ToString | (Inherited from Object.) |
Show:
