SyncServerInfo Members

Encapsulates information about server-side settings and metadata. This information is available through GetServerInfo.

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

Public Constructors

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

Top

Public Properties

  Name Description
Public property TablesInfo Gets or sets a collection of SyncTableInfo objects that contain the name and description of each table.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals Overloaded. Overridden. Determines whether a SyncServerInfo object is equal to a particular value.
Public method GetHashCode Overridden. Serves as a hash function for a SyncServerInfo. This is suitable for use in hashing algorithms and data structures such as a hash table.
Public method GetType  (Inherited from Object.)
Public method Static op_Equality Determines whether the two specified SyncServerInfo objects are equal.
Public method Static op_Inequality Determines whether the two specified SyncServerInfo objects are not equal.
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from ValueType.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncServerInfo Structure
Microsoft.Synchronization.Data Namespace