SqlSyncTableProvisioning.CreateTriggers Property

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

Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)

Syntax

'Declaration
Public Property CreateTriggers As DbSyncCreationOption
'Usage
Dim instance As SqlSyncTableProvisioning
Dim value As DbSyncCreationOption

value = instance.CreateTriggers

instance.CreateTriggers = value
public DbSyncCreationOption CreateTriggers { get; set; }
public:
property DbSyncCreationOption CreateTriggers {
    DbSyncCreationOption get ();
    void set (DbSyncCreationOption value);
}
/** @property */
public DbSyncCreationOption get_CreateTriggers ()

/** @property */
public void set_CreateTriggers (DbSyncCreationOption value)
public function get CreateTriggers () : DbSyncCreationOption

public function set CreateTriggers (value : DbSyncCreationOption)

Property Value

A DbSyncCreationOption enumeration value that specifies whether to create triggers on the base table.

See Also

Reference

SqlSyncTableProvisioning Class
SqlSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace