SqlSyncTableProvisioning::CreateTriggers Property

Gets or sets whether to create triggers on the base table that update to the tracking table.

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

public:
property DbSyncCreationOption CreateTriggers {
	DbSyncCreationOption get ();
	void set (DbSyncCreationOption value);
}

Property Value

Type: Microsoft.Synchronization.Data::DbSyncCreationOption
One of the enumeration values that specifies whether to create triggers on the base table.
Show: