ISqlAnalysisRuleMetadata.RuleScope Property
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 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