Share via


SyncServerInfo Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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
SyncServerInfo Initializes a new instance of the SyncServerInfo class.

Top

Public Properties

  Name Description
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
Equals Overloaded. Overridden. Determines whether a SyncServerInfo object is equal to a particular value.
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.
GetType  (inherited from Object )
op_Equality Determines whether the two specified SyncServerInfo objects are equal.
op_Inequality Determines whether the two specified SyncServerInfo objects are not equal.
ReferenceEquals  (inherited from Object )
ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncServerInfo Structure
Microsoft.Synchronization.Data.Common Namespace