The DatabaseSyncOptions type exposes the following members.

Constructors

  NameDescription
DatabaseSyncOptions
Creates new instance of the DatabaseSyncOptions class.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CommandTimeout
ConstraintsWithCheck
If the property value is true, then Constrains will be created with the enabled WithCheck option during the synchronization.
DisableDdlTriggers
If the property value is true, then DLL triggers will be disabled during synchronization.
SynchronizeCollation
If the property value is true, then synchronization of Collation occurs.
SynchronizeDatabaseOptions
If the property value is set to true, synchronization of database Properties is executed.
SynchronizeExtendedProperties
If the property value is true then the synchronization of the extended property occurs.
SynchronizePermissions
If the property value is true, then synchronization of permissions occurs.
SynchronizePrincipals
If the property value is true, then synchronization of principals occurs.

See Also