SqlRuleScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scope examined by a static code analysis rule.
public enum SqlRuleScope
type SqlRuleScope =
Public Enum SqlRuleScope
- Inheritance
-
SqlRuleScope
Fields
Name | Value | Description |
---|---|---|
Element | 0 | The rule examines a single element. |
Model | 1 | The rule examines the entire model. |