This documentation is archived and is not being maintained.
SqlSyncProviderAdapterConfiguration::DeleteTriggerName Property
Gets or sets the name of the delete trigger that Sync Framework creates on a base table to update metadata in a tracking table.
Namespace:
Microsoft.Synchronization.Data.SqlServer
Assembly:
Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public:
property String^ DeleteTriggerName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
System::StringThe name of the delete trigger that Sync Framework creates on a base table to update metadata in a tracking table.
The default value of TableName_delete_trigger is typically used for this property.