DacDeployOptions.BlockWhenDriftDetected 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,指定系統是否檢查資料庫的目前狀態與資料庫的已註冊狀態之間的差異,且在偵測到變更時阻止部署。 即使這個選項設定為 true,也只有當資料庫先前部署時已啟用 RegisterDataTierApplication 選項,才會對資料庫進行漂移偵測。
public bool BlockWhenDriftDetected { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "BlockWhenDriftDetected")]
public bool BlockWhenDriftDetected { get; set; }
member this.BlockWhenDriftDetected : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "BlockWhenDriftDetected")>]
member this.BlockWhenDriftDetected : bool with get, set
Public Property BlockWhenDriftDetected As Boolean
屬性值
True 表示偵測到漂移時傳回錯誤,否則為 false。 預設值為 true。
- 屬性