Compartilhar via


DacDeployOptions.UnmodifiableObjectWarnings Propriedade

Definição

Obter ou definir booliano que especifica se os avisos devem ser gerados quando diferenças são encontradas em objetos que não podem ser modificados, por exemplo, se o tamanho do arquivo ou caminhos de arquivo eram diferentes para um arquivo.

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

Valor da propriedade

True para gerar avisos; caso contrário, false. O padrão é true.

Atributos

Aplica-se a