Partager via


Méthode SqlCeChangeTracking.UnpackTombstoneKey

Ce type a un attribut SecurityCriticalAttribute qui le limite à une utilisation interne par la bibliothèque de classes du .NET Framework pour Silverlight. Le code d'application qui utilise un membre de ce type lève un MethodAccessException.

[INFORMATIONS CRITIQUES DE SÉCURITÉ]

Convertit la représentation d'une clé de ligne utilisée dans la table tombstone en valeurs de colonne de la clé de ligne utilisée dans la table spécifiée.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Function UnpackTombstoneKey ( _
    tableName As String, _
    tombstoneKey As Byte() _
) As Object()
'Utilisation
Dim instance As SqlCeChangeTracking
Dim tableName As String
Dim tombstoneKey As Byte()
Dim returnValue As Object()

returnValue = instance.UnpackTombstoneKey(tableName, _
    tombstoneKey)
public Object[] UnpackTombstoneKey(
    string tableName,
    byte[] tombstoneKey
)
public:
array<Object^>^ UnpackTombstoneKey(
    String^ tableName, 
    array<unsigned char>^ tombstoneKey
)
member UnpackTombstoneKey : 
        tableName:string * 
        tombstoneKey:byte[] -> Object[] 
public function UnpackTombstoneKey(
    tableName : String, 
    tombstoneKey : byte[]
) : Object[]

Paramètres

  • tombstoneKey
    Type : array<System.Byte[]
    Tableau d'octets qui représente la valeur de la clé de ligne dans la table tombstone.

Valeur de retour

Type : array<System.Object[]
Tableau d'objets qui contient les valeurs de colonne de la clé de ligne utilisée dans la table.

Voir aussi

Référence

SqlCeChangeTracking Classe

Espace de noms System.Data.SqlServerCe

EnableTracking

TrackingKeyType