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)

속성 값

적용 대상