dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / SetCreateTriggersDefault Method
One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the triggers (on synchronized tables) that update tracking tables.

In This Topic
    SetCreateTriggersDefault Method
    In This Topic
    Specifies whether to create the triggers (on synchronized tables) that update tracking tables. The default value is CreateOrUseExisting.
    Syntax
    'Declaration
     
    Public Sub SetCreateTriggersDefault( _
       ByVal defaultOption As DbSyncCreationOption _
    ) 
    public void SetCreateTriggersDefault( 
       DbSyncCreationOption defaultOption
    )

    Parameters

    defaultOption
    One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the triggers (on synchronized tables) that update tracking tables.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also