SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class Diagnostic

Inheritance
System.Object
Diagnostic
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class Diagnostic

Properties

| Improve this Doc View Source

Code

Gets or sets the diagnostic's code (optional).

Declaration
public string Code { get; set; }
Type Description
System.String
| Improve this Doc View Source

Message

Gets or sets the diagnostic message.

Declaration
public string Message { get; set; }
Type Description
System.String
| Improve this Doc View Source

Range

Declaration
public Range Range { get; set; }
Type Description
Range
| Improve this Doc View Source

Severity

Gets or sets the severity of the diagnostic. If omitted, the client should interpret the severity.

Declaration
public DiagnosticSeverity? Severity { get; set; }
Type Description
System.Nullable<DiagnosticSeverity>
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX