Méthode SqlCeClientSyncProvider.SetTableSentAnchor
Définit un objet SyncAnchor qui contient l'heure à laquelle la dernière modification a été envoyée à partir du client.
Espace de noms: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (dans microsoft.synchronization.data.sqlserverce.dll)
Syntaxe
'Déclaration
Public Overrides Sub SetTableSentAnchor ( _
tableName As String, _
anchor As SyncAnchor _
)
'Utilisation
Dim instance As SqlCeClientSyncProvider
Dim tableName As String
Dim anchor As SyncAnchor
instance.SetTableSentAnchor(tableName, anchor)
public override void SetTableSentAnchor (
string tableName,
SyncAnchor anchor
)
public:
virtual void SetTableSentAnchor (
String^ tableName,
SyncAnchor^ anchor
) override
public void SetTableSentAnchor (
String tableName,
SyncAnchor anchor
)
public override function SetTableSentAnchor (
tableName : String,
anchor : SyncAnchor
)
Paramètres
- tableName
Nom de la table.
- anchor
Objet SyncAnchor, avec la valeur d'ancre à conserver.
Notes
Cette méthode est utilisée par l'infrastructure de suivi des modifications dans la base de données client.
Voir aussi
Référence
Classe SqlCeClientSyncProvider
Membres SqlCeClientSyncProvider
Espace de noms Microsoft.Synchronization.Data.SqlServerCe