SqlSyncTableProvisioning::CreateTriggers Property
Gets or sets whether to create triggers on the base table that update to the tracking table.
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::DbSyncCreationOptionOne of the enumeration values that specifies whether to create triggers on the base table.
Show: