SqlDeploymentOptions.BackupDatabaseBeforeChanges Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : boolPublic ReadOnly Property BackupDatabaseBeforeChanges As BooleanProperty Value
True to perform a database backup prior to deployment; otherwise, false. Default is false.