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)

public:
property String^ TombstoneTableName {
	String^ get ();
	void set (String^ value);
}

Property Value

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

ExceptionCondition
ArgumentNullException

value is a nullptr.

For a code example, see SqlSyncAdapterBuilder.

Show: