SqlSyncAdapterBuilder.TombstoneTableName 屬性
取得或設定用來同步處理刪除的標記資料表名稱。
命名空間: Microsoft.Synchronization.Data.Server
組件: Microsoft.Synchronization.Data.Server (在 microsoft.synchronization.data.server.dll)
語法
'宣告
<DefaultValueAttribute(Nothing)> _
Public Property TombstoneTableName As String
'用途
Dim instance As SqlSyncAdapterBuilder
Dim value As String
value = instance.TombstoneTableName
instance.TombstoneTableName = value
[DefaultValueAttribute(null)]
public string TombstoneTableName { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property String^ TombstoneTableName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TombstoneTableName ()
/** @property */
public void set_TombstoneTableName (String value)
public function get TombstoneTableName () : String
public function set TombstoneTableName (value : String)
屬性值
標記資料表的名稱。
範例
如需程式碼範例,請參閱 SqlSyncAdapterBuilder。
請參閱
參考
SqlSyncAdapterBuilder 類別
SqlSyncAdapterBuilder 成員
Microsoft.Synchronization.Data.Server 命名空間