SqlSyncAdapterBuilder::DeletionTrackingColumn Property

Gets or sets the column in the tombstone table that is used to track when a row is deleted.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

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

Property Value

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

For a code example, see SqlSyncAdapterBuilder.

Show: