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

In This Topic
    SetCreateProceduresDefault Method
    In This Topic
    Specifies whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. The default value is CreateOrUseExisting.
    Syntax
    'Declaration
     
    Public Sub SetCreateProceduresDefault( _
       ByVal defaultOption As DbSyncCreationOption _
    ) 
    public void SetCreateProceduresDefault( 
       DbSyncCreationOption defaultOption
    )

    Parameters

    defaultOption
    One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the stored procedures.
    See Also