SqlSyncScopeProvisioning::SetCreateProceduresDefault Method
Sets whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. The default setting is CreateOrUseExisting.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Parameters
- defaultOption
- Type: Microsoft.Synchronization.Data::DbSyncCreationOption
A DbSyncCreationOption enumeration value that specifies whether to create the stored procedures.
Show: