This documentation is archived and is not being maintained.
SqlCeClientSyncProvider::CreateDatabaseIfNotExists Property
Gets or sets whether to create the client database if it does not exist.
Namespace:
Microsoft.Synchronization.Data.SqlServerCe
Assembly:
Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public:
property bool CreateDatabaseIfNotExists {
bool get ();
void set (bool value);
}
Property Value
Type:
System::Booleantrue to create the client database if it does not exist; false not to create it.