Condividi tramite


DacDeployOptions.UnmodifiableObjectWarnings Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se gli avvisi devono essere generati quando vengono rilevate differenze negli oggetti che non possono essere modificati, ad esempio se le dimensioni del file o i percorsi di file sono diversi per un file.

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

Valore della proprietà

True per generare avvisi; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a