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

In This Topic
    SetCreateProceduresForAdditionalScopeDefault Method
    In This Topic
    Specifies whether to create additional stored procedures for a scope that contains tables that have already been provisioned for other scopes. For example, this scope adds a filter column to a table that has already been provisioned without the filter column. Set this option to Create to ensure that an additional change enumeration procedure is created that can handle the filter column. The default setting is Skip.
    Syntax
    'Declaration
     
    Public Sub SetCreateProceduresForAdditionalScopeDefault( _
       ByVal defaultOption As DbSyncCreationOption _
    ) 
    public void SetCreateProceduresForAdditionalScopeDefault( 
       DbSyncCreationOption defaultOption
    )

    Parameters

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