Share via


SyncSchema Members

Represents the schema information that is required to create tables that are involved in synchronization.

The following tables list the members exposed by the SyncSchema type.

Public Constructors

  Name Description
Public method SyncSchema Overloaded. Initializes a new instance of the SyncSchema class.

Top

Public Properties

  Name Description
Public property SchemaDataSet Gets or sets a DataSet object that contains schema information for one or more tables.
Public property Tables Gets a SyncSchemaTables collection. This includes the tables that are contained in the SyncSchema.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Dispose Overloaded. Releases the resources used by the SyncSchema.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Merge Merges an existing SyncSchema object into the current SyncSchema object.
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Dispose Overloaded. Releases the resources used by the SyncSchema.
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncSchema Class
Microsoft.Synchronization.Data Namespace