ProjectProblemSuppressor::ShouldSuppressProblem Property

SQL Server 2014
 

Updated: April 20, 2017

Gets the predicate that can be used to suppress the errors.

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

public:
property Predicate<SqlRuleProblemSuppressionContext^>^ ShouldSuppressProblem {
	Predicate<SqlRuleProblemSuppressionContext^>^ get();
}

Property Value

Type: System::Predicate<SqlRuleProblemSuppressionContext^>^

The predicate that can be used to suppress the errors.

Return to top

Community Additions

ADD
Show: