dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / SetCreateTrackingTableDefault Method
One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the tracking tables.

In This Topic
    SetCreateTrackingTableDefault Method
    In This Topic
    Specifies whether to create tables that store change-tracking metadata. The default value is CreateOrUseExisting.
    Syntax
    'Declaration
     
    Public Sub SetCreateTrackingTableDefault( _
       ByVal defaultOption As DbSyncCreationOption _
    ) 
    public void SetCreateTrackingTableDefault( 
       DbSyncCreationOption defaultOption
    )

    Parameters

    defaultOption
    One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the 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