Share via


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)

Syntax

'Declaration
Public Property CreateTriggers As DbSyncCreationOption
    Get
    Set
'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);
}
member CreateTriggers : DbSyncCreationOption with get, set
function get CreateTriggers () : DbSyncCreationOption
function set CreateTriggers (value : DbSyncCreationOption)

Property Value

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

See Also

Reference

SqlSyncTableProvisioning Class

Microsoft.Synchronization.Data.SqlServer Namespace