SqlSyncAdapterBuilder::DeletionOriginatorIdColumn Property

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

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

public:
property String^ DeletionOriginatorIdColumn {
	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: