CodeAnalysisServiceSettings.ShouldSuppressProblem Свойство

Определение

Необязательный предикат, который можно использовать для подавления проблем, возникающих правилами во время анализа. См. SetProblemSuppressor(Predicate<SqlRuleProblemSuppressionContext>) для получения дополнительной информации.

Это свойство применяется с помощью 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)

Значение свойства

Применяется к