Compartir a través de


CodeAnalysisServiceSettings.RuleSettings Property

Definition

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

Property Value

Applies to