CodeAnalysisRuleSettings.ApplySettingsToRules Method (IEnumerable(Of 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 Sub ApplySettingsToRules (
	rules As IEnumerable(Of RuleConfiguration)
)

Parameters

rules
Type: System.Collections.Generic.IEnumerable(Of RuleConfiguration)

The rules the settings should be applied to.

Return to top

Community Additions

ADD
Show: