Share via


Rule Class

Holds the detailed information about a rule.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustInherit Class Rule _
    Implements IExtension
'Usage
Dim instance As Rule
public abstract class Rule : IExtension
public ref class Rule abstract : IExtension
public abstract class Rule implements IExtension

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.StaticCodeAnalysis.Rule

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

Rule Members

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

Other Resources

Walkthrough: Authoring a Custom Static Code Analysis Rule Assembly for SQL