Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property CreateTable As DbSyncCreationOption
'Usage
Dim instance As SqlCeSyncTableProvisioning
Dim value As DbSyncCreationOption
value = instance.CreateTable
instance.CreateTable = value
public DbSyncCreationOption CreateTable { get; set; }
public:
property DbSyncCreationOption CreateTable {
DbSyncCreationOption get ();
void set (DbSyncCreationOption value);
}
/** @property */
public DbSyncCreationOption get_CreateTable ()
/** @property */
public void set_CreateTable (DbSyncCreationOption value)
public function get CreateTable () : DbSyncCreationOption
public function set CreateTable (value : DbSyncCreationOption)
Property Value
A DbSyncCreationOption enumeration value that specifies whether to create the base table.
Remarks
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.
See Also
Reference
SqlCeSyncTableProvisioning Class
SqlCeSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServerCe Namespace