SyncTableInfo Class

Encapsulates information about table settings and metadata. This information is available through GetServerInfo.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncTableInfo

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncTableInfo
'Usage
Dim instance As SyncTableInfo
[SerializableAttribute]
public class SyncTableInfo
[SerializableAttribute]
public ref class SyncTableInfo
[<SerializableAttribute>]
type SyncTableInfo =  class end
public class SyncTableInfo

The SyncTableInfo type exposes the following members.

Constructors

  Name Description
Public method SyncTableInfo() Initializes a new instance of the SyncTableInfo class by using default values.
Public method SyncTableInfo(String, String) Initializes a new instance of the SyncTableInfo class by using table name and description parameters.

Top

Properties

  Name Description
Public property Description Gets or sets the description of the table.
Public property TableName Gets or sets the name of the table at the server that corresponds to a specified SyncTable.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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