Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Encapsulates the metadata that is associated with a SyncTable, such as the direction of synchronization.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SyncTableMetadata
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncTableMetadata
'Usage
Dim instance As SyncTableMetadata
[SerializableAttribute]
public class SyncTableMetadata
[SerializableAttribute]
public ref class SyncTableMetadata
[<SerializableAttribute>]
type SyncTableMetadata = class end
public class SyncTableMetadata
The SyncTableMetadata type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SyncTableMetadata() | Initializes a new instance of the SyncTableMetadata class by using default values. |
![]() |
SyncTableMetadata(String) | Initializes a new instance of the SyncTableMetadata class by using a table name parameter. |
![]() |
SyncTableMetadata(String, SyncDirection) | Initializes a new instance of the SyncTableMetadata class by using a table name and synchronization direction parameters. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
LastReceivedAnchor | Gets or sets a SyncAnchor object that contains the time when the last change was received from the server. |
![]() |
LastSentAnchor | Gets or sets a SyncAnchor object that contains the time when the last change was sent from the client. |
![]() |
SyncDirection | Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client. |
![]() |
TableName | Gets or sets the name of the 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 | Returns a string that represents the SyncTableMetadata object. (Overrides Object.ToString().) |
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.
.gif)
.gif)
.gif)