CodeAnalysisServiceSettings.ShouldSuppressProblem 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.
An optional predicate that can be used to suppress problems raised by rules during analysis. See SetProblemSuppressor(Predicate<SqlRuleProblemSuppressionContext>) for more information.
This property is applied using SetProblemSuppressor(Predicate<SqlRuleProblemSuppressionContext>).
public Predicate<Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleProblemSuppressionContext> ShouldSuppressProblem { get; set; }
member this.ShouldSuppressProblem : Predicate<Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleProblemSuppressionContext> with get, set
Public Property ShouldSuppressProblem As Predicate(Of SqlRuleProblemSuppressionContext)