CodeAnalysisServiceSettings.ShouldSuppressProblem Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Prédicat facultatif qui peut être utilisé pour supprimer les problèmes soulevés par les règles pendant l’analyse. Si vous souhaitez plus d’informations, consultez SetProblemSuppressor(Predicate<SqlRuleProblemSuppressionContext>).
Cette propriété est appliquée à l’aide SetProblemSuppressor(Predicate<SqlRuleProblemSuppressionContext>)de .
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)