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
Public property Count Gets the number of SyncSchemaTable objects in the collection.
Public property Item[Int32] Gets a SyncSchemaTable object from the collection at the specified index.
Public property Item[String] Gets a SyncSchemaTable object with the specified name from the collection.

Top

Methods

  Name Description
Public method Add Adds a SyncSchemaTable object with the specified table name to the end of the collection.
Public method CanRemove Returns whether a specific SyncSchemaTable object can be removed from the collection.
Public method Contains Determines whether a SyncSchemaTable object with the specified name is in the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the first occurrence of a SyncSchemaTable object with the specified name from the collection.
Public method 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.

See Also

Reference

Microsoft.Synchronization.Data Namespace