SetCreateProceduresForAdditionalScopeDefault Method
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.
'Declaration
Public Sub SetCreateProceduresForAdditionalScopeDefault( _
ByVal As DbSyncCreationOption _
)
Parameters
- defaultOption
- One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the stored procedures.