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
[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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace