SqlRuleProblemSuppressionContext Class

Definition

The context information for suppressing a SCA problem

public sealed class SqlRuleProblemSuppressionContext
type SqlRuleProblemSuppressionContext = class
Public NotInheritable Class SqlRuleProblemSuppressionContext
Inheritance
SqlRuleProblemSuppressionContext

Constructors

SqlRuleProblemSuppressionContext(RuleDescriptor, SqlRuleProblem, TSqlModel)

Initialize a new instance of SqlRuleProblemSuppressionContext

Properties

ModelElement

The element for which a problem was discovered

Problem

The SqlRuleProblem discovered by an analysis rule

Rule

The Rule detecting the problem

SchemaModel

The Schema Model the rule is checking against

Applies to