ITableEntryHandle.UnpinSnapshot Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Désépiner le instantané pour ce ITableEntryHandle.
public:
void UnpinSnapshot();
public:
void UnpinSnapshot();
void UnpinSnapshot();
public void UnpinSnapshot ();
abstract member UnpinSnapshot : unit -> unit
Public Sub UnpinSnapshot ()
Remarques
Tous les appels à UnpinSnapshot() doivent être mis en correspondance avec un appel antérieur à PinSnapshot().
Cela n’aura aucun effet sur les handles créés à partir de ITableEntrys ou de ceux créés à partir d’un ITableEntriesSnapshot qui a été directement ajouté à un ITableDataSink.
Si le ITableEntriesSnapshot utilisé pour créer ce handle est géré par un ITableEntriesSnapshotFactory, cette méthode décrémentera le nombre est « épinglé » et, si ce nombre passe à zéro, libère son instantané mis en cache.