SqlCeSyncScopeProvisioning::SetCreateTableDefault Method
Sets whether to create base tables when a scope is configured.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Parameters
- defaultOption
- Type: Microsoft.Synchronization.Data::DbSyncCreationOption
A DbSyncCreationOption enumeration value that specifies whether to create base tables.
If base tables already exist in the database, and you are not defining any table schema by using DbSyncTableDescription objects, specify a value of Skip.
Show: