SqlDeploymentOptions.UnmodifiableObjectWarnings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.