SqlRuleProblemSuppressionContext Class

SQL Server 2014
 

Updated: April 20, 2017

The context information for suppressing a SCA problem

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

System::Object
  Microsoft.SqlServer.Dac.CodeAnalysis::SqlRuleProblemSuppressionContext

public ref class SqlRuleProblemSuppressionContext sealed 

NameDescription
System_CAPS_pubmethodSqlRuleProblemSuppressionContext(RuleDescriptor^, SqlRuleProblem^, TSqlModel^)

Initialize a new instance of SqlRuleProblemSuppressionContext

NameDescription
System_CAPS_pubpropertyModelElement

The element for which a problem was discovered

System_CAPS_pubpropertyProblem

The SqlRuleProblem discovered by an analysis rule

System_CAPS_pubpropertyRule

The Rule detecting the problem

System_CAPS_pubpropertySchemaModel

The Schema Model the rule is checking against

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: