SyncServerInfo Structure

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

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure SyncServerInfo
'Usage
Dim instance As SyncServerInfo
[SerializableAttribute]
public struct SyncServerInfo
[SerializableAttribute]
public value class SyncServerInfo
[<SealedAttribute>]
[<SerializableAttribute>]
type SyncServerInfo =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The SyncServerInfo type exposes the following members.

Constructors

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

Top

Properties

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

Top

Methods

  Name Description
Public method Equals Determines whether a SyncServerInfo object is equal to the specified object. (Overrides ValueType.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a SyncServerInfo. This is suitable for use in hashing algorithms and data structures such as a hash table. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether the two specified SyncServerInfo objects are equal.
Public operatorStatic member Inequality Determines whether the two specified SyncServerInfo objects are not equal.

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