DbSyncCreationOption Enumeration

Represents the actions that Sync Framework can take when creating synchronization-related objects during database provisioning.

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

Syntax

'Declaration
Public Enumeration DbSyncCreationOption
'Usage
Dim instance As DbSyncCreationOption
public enum DbSyncCreationOption
public enum class DbSyncCreationOption
type DbSyncCreationOption
public enum DbSyncCreationOption

Members

Member name Description
Create Creates the object.
Skip Do not create the object.
CreateOrUseExisting Creates the object if it does not exist; otherwise, uses the existing object.

Remarks

The Skip option is used to override default behaviors during database provisioning. For example, if a database contains a set of tables, and you do not need Sync Framework to create them, specify a value of Skip for SetCreateTableDefault.

See Also

Reference

Microsoft.Synchronization.Data Namespace