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 | |
---|---|---|
SyncServerInfo | Initializes a new instance of the SyncServerInfo class. |
Top
Properties
Name | Description | |
---|---|---|
TablesInfo | Gets or sets a collection of SyncTableInfo objects that contain the name and description of each table. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether a SyncServerInfo object is equal to the specified object. (Overrides ValueType.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
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().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether the two specified SyncServerInfo objects are equal. | |
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.