CodeAnalysisRuleSettings.Remove(RuleConfiguration) 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.
Removes a RuleConfiguration object from the list of rules.
public bool Remove (Microsoft.SqlServer.Dac.CodeAnalysis.RuleConfiguration item);
member this.Remove : Microsoft.SqlServer.Dac.CodeAnalysis.RuleConfiguration -> bool
Public Function Remove (item As RuleConfiguration) As Boolean
Parameters
- item
- RuleConfiguration
item to be removed
Returns
true if the item was successfully removed