RuleSetting Class
Stores the settings for a particular rule in a particular configuration.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public NotInheritable Class RuleSetting
'Usage
Dim instance As RuleSetting
public sealed class RuleSetting
public ref class RuleSetting sealed
public final class RuleSetting
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.StaticCodeAnalysis.RuleSetting
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Data.Schema.StaticCodeAnalysis Namespace
Other Resources
Walkthrough: Authoring a Custom Static Code Analysis Rule Assembly for SQL