Méthode SqlCeClientSyncProvider.GetTableSentAnchor
Obtient 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 Function GetTableSentAnchor ( _
tableName As String _
) As SyncAnchor
'Utilisation
Dim instance As SqlCeClientSyncProvider
Dim tableName As String
Dim returnValue As SyncAnchor
returnValue = instance.GetTableSentAnchor(tableName)
public override SyncAnchor GetTableSentAnchor (
string tableName
)
public:
virtual SyncAnchor^ GetTableSentAnchor (
String^ tableName
) override
public SyncAnchor GetTableSentAnchor (
String tableName
)
public override function GetTableSentAnchor (
tableName : String
) : SyncAnchor
Paramètres
- tableName
Nom de la table.
Valeur de retour
Objet SyncAnchor qui contient l'heure à laquelle la dernière modification a été envoyée à partir du client.
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