SqlCeSyncTableProvisioning::CreateTable Property

Gets or sets whether to create a base table.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

public:
property DbSyncCreationOption CreateTable {
	DbSyncCreationOption get ();
	void set (DbSyncCreationOption value);
}

Property Value

Type: Microsoft.Synchronization.Data::DbSyncCreationOption
A DbSyncCreationOption enumeration value that specifies whether to create the base table.

If the base table already exists in the database, and you are not defining a table schema by using DbSyncTableDescription objects, specify a value of Skip.

Show: