SqlSyncAdapterBuilder.TombstoneTableName Property
Gets or sets the name of the tombstone table that is used to synchronize deletes.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
<DefaultValueAttribute(Nothing)> _
Public Property TombstoneTableName As String
'Usage
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)
Property Value
The name of the tombstone table.
Example
For a code example, see SqlSyncAdapterBuilder.
See Also
Reference
SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace