CodeAnalysisServiceSettings.ShouldSuppressProblem Property

Definition

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)

Property Value

Applies to