GetTableSentAnchor méthode
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
abstract GetTableSentAnchor :
tableName:string -> SyncAnchor
override GetTableSentAnchor :
tableName:string -> SyncAnchor
public override function GetTableSentAnchor(
tableName : String
) : SyncAnchor
Paramètres
- tableName
Type : System. . :: . .String
Nom de la table.
Valeur de retour
Type : Microsoft.Synchronization.Data. . :: . .SyncAnchor
Objet SyncAnchor qui contient l'heure à laquelle la dernière modification a été envoyée à partir du client.
Exceptions
Exception | Condition |
---|---|
DataSyncException | Une autre transaction est en cours. |
ArgumentNullException | tableName est une null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) . |
MetadataException | L'ancre de la table n'a pas pu être récupérée. |
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
SqlCeClientSyncProvider Classe