CodeAnalysisServiceSettings.ShouldSuppressProblem 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
분석 중에 규칙에 의해 발생한 문제를 표시하지 않는 데 사용할 수 있는 선택적 조건자입니다. 자세한 내용은 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)