SqlRuleScope Enum

Definition

The scope examined by a static code analysis rule.

public enum SqlRuleScope
type SqlRuleScope = 
Public Enum SqlRuleScope
Inheritance
SqlRuleScope

Fields

Element 0

The rule examines a single element.

Model 1

The rule examines the entire model.

Applies to