CodeAnalysisRuleSettings.FindConfiguration(String) 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.
Tries to find the RuleConfiguration that matches the specified
ruleId
. If the configuration doesn't exist then null will be returned
public Microsoft.SqlServer.Dac.CodeAnalysis.RuleConfiguration FindConfiguration (string ruleId);
member this.FindConfiguration : string -> Microsoft.SqlServer.Dac.CodeAnalysis.RuleConfiguration
Public Function FindConfiguration (ruleId As String) As RuleConfiguration
Parameters
- ruleId
- String
The fully qualified rule ID
Returns
RuleConfiguration, or null if none matches the ruleId