SqlRuleScope Enumeration

SQL Server 2014
 

Updated: April 20, 2017

The scope examined by a static code analysis rule.

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

public enum class SqlRuleScope

Member nameDescription
Element

The rule examines a single element.

Model

The rule examines the entire model.

Return to top

Community Additions

ADD
Show: