Share via


Problem Class

Stores the details of a problem detected by a rule.

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

Syntax

'Declaration
Public Class Problem
'Usage
Dim instance As Problem
public class Problem
public ref class Problem
public class Problem

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.StaticCodeAnalysis.Problem

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

Problem Members

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

Other Resources

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