ISqlAnalysisRuleMetadata.RuleScope Property

Definition

The scope of this rule. Choose between Element and Model. Note that for element scoped rules, the SupportedElementTypes property must return one or more element types that can are supported for analysis by the rule

public Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleScope RuleScope { get; }
member this.RuleScope : Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleScope
Public ReadOnly Property RuleScope As SqlRuleScope

Property Value

Applies to