CodeAnalysisRuleSettings.ApplySettingsToRules 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 these settings to another set of rules.
public void ApplySettingsToRules (System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.CodeAnalysis.RuleConfiguration> rules);
member this.ApplySettingsToRules : seq<Microsoft.SqlServer.Dac.CodeAnalysis.RuleConfiguration> -> unit
Public Sub ApplySettingsToRules (rules As IEnumerable(Of RuleConfiguration))
Parameters
- rules
- IEnumerable<RuleConfiguration>
The rules the settings should be applied to