ProjectProblemSuppressor::ShouldSuppressProblem Property
SQL Server 2014
Updated: April 20, 2017
Gets the predicate that can be used to suppress the errors.
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.
Community Additions
ADD
Show: