CodeAnalysisRuleSettings::ApplySettingsToRules Method (IEnumerable<RuleConfiguration^>^)

SQL Server 2014
 

Updated: April 20, 2017

Applies these settings to another set of rules.

Namespace:   Microsoft.SqlServer.Dac.CodeAnalysis
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

public:
void ApplySettingsToRules(
	IEnumerable<RuleConfiguration^>^ rules
)

Parameters

rules
Type: System.Collections.Generic::IEnumerable<RuleConfiguration^>^

The rules the settings should be applied to.

Return to top

Community Additions

ADD
Show: