Compartir a través de


SqlDeploymentOptions.BackupDatabaseBeforeChanges Property

Definition

Get boolean that specifies whether a database backup will be performed before proceeding with the actual deployment actions.

public bool BackupDatabaseBeforeChanges { get; }
member this.BackupDatabaseBeforeChanges : bool
Public ReadOnly Property BackupDatabaseBeforeChanges As Boolean

Property Value

True to perform a database backup prior to deployment; otherwise, false. Default is false.

Applies to