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 | |
---|---|---|
SyncTableInfo() | Initializes a new instance of the SyncTableInfo class by using default values. | |
SyncTableInfo(String, String) | Initializes a new instance of the SyncTableInfo class by using table name and description parameters. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of the table. | |
TableName | Gets or sets the name of the table at the server that corresponds to a specified SyncTable. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.