次の方法で共有


DacDeployOptions.BackupDatabaseBeforeChanges プロパティ

定義

実際のデプロイ アクションに進む前にデータベース バックアップを実行するかどうかを指定するブール値を取得または設定します。

public bool BackupDatabaseBeforeChanges { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "BackupDatabaseBeforeChanges")]
public bool BackupDatabaseBeforeChanges { get; set; }
member this.BackupDatabaseBeforeChanges : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "BackupDatabaseBeforeChanges")>]
member this.BackupDatabaseBeforeChanges : bool with get, set
Public Property BackupDatabaseBeforeChanges As Boolean

プロパティ値

配置の前にデータベースのバックアップを実行する場合は true、それ以外の場合は false。 既定値は false です。

属性

適用対象