Compartir a través de


DacDeployOptions.UnmodifiableObjectWarnings Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se deben generar advertencias cuando se encuentran diferencias en objetos que no se pueden modificar, por ejemplo, si el tamaño de archivo o las rutas de acceso de archivo eran diferentes para un archivo.

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 de propiedad

True para generar advertencias; de lo contrario, false. El valor predeterminado es true.

Atributos

Se aplica a