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
type Problem = class end
Remarks
The Problem class constructor does not initialize all its properties when a new instance of the class is created. Example code is provided with the constructor to demonstrate how you can obtain those property values.
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
Microsoft.Data.Schema.StaticCodeAnalysis Namespace
Other Resources
Walkthrough: Authoring a Custom Static Code Analysis Rule Assembly for SQL