This documentation is archived and is not being maintained.
SqlSyncProviderAdapterConfiguration::InsertTriggerName Property
Gets or sets the name of the insert 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^ InsertTriggerName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
System::StringThe name of the insert trigger that Sync Framework creates on a base table to update metadata in a tracking table.
The default value of TableName_insert_trigger is typically used for this property.