Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Sets whether to create base tables when a scope is configured.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Sub SetCreateTableDefault ( _
defaultOption As DbSyncCreationOption _
)
'Usage
Dim instance As SqlCeSyncScopeProvisioning
Dim defaultOption As DbSyncCreationOption
instance.SetCreateTableDefault(defaultOption)
public void SetCreateTableDefault(
DbSyncCreationOption defaultOption
)
public:
void SetCreateTableDefault(
DbSyncCreationOption defaultOption
)
member SetCreateTableDefault :
defaultOption:DbSyncCreationOption -> unit
public function SetCreateTableDefault(
defaultOption : DbSyncCreationOption
)
Parameters
- defaultOption
Type: Microsoft.Synchronization.Data.DbSyncCreationOption
A DbSyncCreationOption enumeration value that specifies whether to create base tables.
Remarks
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.