Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property InsertTriggerName As String
Get
Set
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.InsertTriggerName
instance.InsertTriggerName = value
public string InsertTriggerName { get; set; }
public:
property String^ InsertTriggerName {
String^ get ();
void set (String^ value);
}
member InsertTriggerName : string with get, set
function get InsertTriggerName () : String
function set InsertTriggerName (value : String)
Property Value
Type: System.String
The name of the insert trigger that Sync Framework creates on a base table to update metadata in a tracking table.
Remarks
The default value of TableName_insert_trigger is typically used for this property.