CodeAnalysisService.ApplyRuleSettings(CodeAnalysisRuleSettings) Method
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.
Applies the specified rule settings against the service's configuration.
public void ApplyRuleSettings (Microsoft.SqlServer.Dac.CodeAnalysis.CodeAnalysisRuleSettings settings);
member this.ApplyRuleSettings : Microsoft.SqlServer.Dac.CodeAnalysis.CodeAnalysisRuleSettings -> unit
Public Sub ApplyRuleSettings (settings As CodeAnalysisRuleSettings)
Parameters
- settings
- CodeAnalysisRuleSettings
CodeAnalysisRuleSettings describing which rules should be run