CodeAnalysisServiceSettings.RuleSettings 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.
Optional rule settings define what rules should be run during analysis and the severity of the problems created. If no CodeAnalysisRuleSettings are specified the default behavior is to run all discovered rules.
This property is applied using ApplyRuleSettings(CodeAnalysisRuleSettings).
public Microsoft.SqlServer.Dac.CodeAnalysis.CodeAnalysisRuleSettings RuleSettings { get; set; }
member this.RuleSettings : Microsoft.SqlServer.Dac.CodeAnalysis.CodeAnalysisRuleSettings with get, set
Public Property RuleSettings As CodeAnalysisRuleSettings