Share via


SqlCeClientSyncProvider.GetTableReceivedAnchor Method

Gets a SyncAnchor object that contains the time when the last change was received from the server.

Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)

Syntax

'Declaration
Public Overrides Function GetTableReceivedAnchor ( _
    tableName As String _
) As SyncAnchor
'Usage
Dim instance As SqlCeClientSyncProvider
Dim tableName As String
Dim returnValue As SyncAnchor

returnValue = instance.GetTableReceivedAnchor(tableName)
public override SyncAnchor GetTableReceivedAnchor (
    string tableName
)
public:
virtual SyncAnchor^ GetTableReceivedAnchor (
    String^ tableName
) override
public SyncAnchor GetTableReceivedAnchor (
    String tableName
)
public override function GetTableReceivedAnchor (
    tableName : String
) : SyncAnchor

Parameters

  • tableName
    The name of the table.

Return Value

A SyncAnchor object that contains the time when the last change was received from the server.

See Also

Reference

SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace