SqlSyncProviderAdapterConfiguration::UpdateTriggerName Property

Gets or sets the name of the update 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^ UpdateTriggerName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The name of the update trigger that Sync Framework creates on a base table to update metadata in a tracking table.

The default value of TableName_update_trigger is typically used for this property.

Show: