CodeAnalysisServiceSettings.RuleSettings プロパティ

定義

オプションのルール設定では、分析中に実行する必要があるルールと、作成された問題の重大度を定義します。 CodeAnalysisRuleSettingsが指定されていない場合、既定の動作は検出されたすべてのルールを実行することです。

このプロパティは、 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

プロパティ値

適用対象