SyncSchemaTables Class
Represents a collection of SyncSchemaTable objects.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SyncSchemaTables
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class SyncSchemaTables
'Usage
Dim instance As SyncSchemaTables
public class SyncSchemaTables
public ref class SyncSchemaTables
type SyncSchemaTables = class end
public class SyncSchemaTables
The SyncSchemaTables type exposes the following members.
Properties
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. |
Top
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.