CodeAnalysisServiceSettings::ShouldSuppressProblem Property

SQL Server 2014
 

Updated: April 20, 2017

An optional predicate that can be used to suppress problems raised by rules during analysis. See SetProblemSuppressor for more information. This property is applied using SetProblemSuppressor.

Namespace:   Microsoft.SqlServer.Dac.CodeAnalysis
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

public:
property Predicate<SqlRuleProblemSuppressionContext^>^ ShouldSuppressProblem {
	Predicate<SqlRuleProblemSuppressionContext^>^ get();
	void set(Predicate<SqlRuleProblemSuppressionContext^>^ value);
}
Return to top

Community Additions

ADD
Show: