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
Public Property TombstoneTableName As String
    Get
    Set
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As String

value = instance.TombstoneTableName

instance.TombstoneTableName = value
public string TombstoneTableName { get; set; }
public:
property String^ TombstoneTableName {
    String^ get ();
    void set (String^ value);
}
member TombstoneTableName : string with get, set
function get TombstoneTableName () : String
function set TombstoneTableName (value : String)

Property Value

Type: System.String
The name of the tombstone table.

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

Examples

For a code example, see SqlSyncAdapterBuilder.

See Also

Reference

SqlSyncAdapterBuilder Class

Microsoft.Synchronization.Data.Server Namespace