CodeAnalysisServiceSettings.ShouldSuppressProblem Propiedad

Definición

Predicado opcional que se puede usar para suprimir problemas generados por reglas durante el análisis. Consulte SetProblemSuppressor(Predicate<SqlRuleProblemSuppressionContext>) para obtener más información.

Esta propiedad se aplica mediante 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)

Valor de propiedad

Se aplica a