次の方法で共有


SqlCeChangeTracking.UnpackTombstoneKey メソッド

この型には、SecurityCriticalAttribute 属性があるため、Silverlight クラス ライブラリでは .NET Framework による内部使用のみに制限されます。この型のいずれかのメンバーをアプリケーション コードで使用すると、MethodAccessException がスローされます。

[セキュリティ クリティカル]

廃棄テーブルで使用される行キーの表現を、指定したテーブルで使用される行キーの列の値に変換します。

名前空間:  System.Data.SqlServerCe
アセンブリ:  System.Data.SqlServerCe (System.Data.SqlServerCe.dll)

構文

'宣言
Public Function UnpackTombstoneKey ( _
    tableName As String, _
    tombstoneKey As Byte() _
) As Object()
'使用
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[]

パラメーター

  • tombstoneKey
    型: array<System.Byte[]
    廃棄テーブルの行キーの値を表すバイトの配列です。

戻り値

型: array<System.Object[]
テーブルで使用される行キーの列の値を含んでいるオブジェクトの配列です。

関連項目

参照

SqlCeChangeTracking クラス

System.Data.SqlServerCe 名前空間

EnableTracking

TrackingKeyType