SqlCeChangeTracking.UnpackTombstoneKey 方法
此型別具有 SecurityCriticalAttribute 屬性,它會限制為由 .NET Framework for Silverlight 類別程式庫內部使用。使用此型別之任何成員的應用程式碼會擲回 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[]
參數
- tableName
型別:System.String
資料表的名稱。
- tombstoneKey
型別:array<System.Byte[]
位元組陣列,這個陣列代表標記資料表中資料列索引鍵的值。
傳回值
型別:array<System.Object[]
物件陣列,這個陣列包含用於資料表之資料列索引鍵的資料行值。