Condividi tramite


DacDeployOptions.BlockWhenDriftDetected Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se il sistema deve ricercare le differenze tra lo stato corrente e lo stato registrato del database e bloccare la distribuzione nel caso vengano rilevate modifiche. Anche se questa opzione è impostata su true, il rilevamento dello sfasamento verrà eseguito su un database solo se precedentemente è stato distribuito con l'opzione RegisterDataTierApplication abilitata.

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

Valore della proprietà

True per rilevare lo sfasamento; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a