Compartir a través de


SqlDeploymentOptions.UnmodifiableObjectWarnings Property

Definition

Get boolean that specifies whether warnings should be generated when differences are found in objects that cannot be modified, for example, if the file size or file paths were different for a file.

public bool UnmodifiableObjectWarnings { get; }
member this.UnmodifiableObjectWarnings : bool
Public ReadOnly Property UnmodifiableObjectWarnings As Boolean

Property Value

True to generate warnings; otherwise, false. Default is true.

Applies to