Files
sqltoolsservice/docs/metadata/api/Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.yml
2016-12-15 16:37:50 -08:00

189 lines
7.3 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
commentId: T:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
id: DiagnosticSeverity
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
children:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Error
- Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Hint
- Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Information
- Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Warning
langs:
- csharp
- vb
name: DiagnosticSeverity
nameWithType: DiagnosticSeverity
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
type: Enum
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: DiagnosticSeverity
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
startLine: 27
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
syntax:
content: public enum DiagnosticSeverity
content.vb: Public Enum DiagnosticSeverity
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Error
commentId: F:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Error
id: Error
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
langs:
- csharp
- vb
name: Error
nameWithType: DiagnosticSeverity.Error
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Error
type: Field
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Error
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
startLine: 32
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
summary: "\nIndicates that the diagnostic represents an error.\n"
example: []
syntax:
content: Error = 1
return:
type: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Warning
commentId: F:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Warning
id: Warning
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
langs:
- csharp
- vb
name: Warning
nameWithType: DiagnosticSeverity.Warning
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Warning
type: Field
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Warning
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
startLine: 37
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
summary: "\nIndicates that the diagnostic represents a warning.\n"
example: []
syntax:
content: Warning = 2
return:
type: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Information
commentId: F:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Information
id: Information
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
langs:
- csharp
- vb
name: Information
nameWithType: DiagnosticSeverity.Information
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Information
type: Field
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Information
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
startLine: 42
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
summary: "\nIndicates that the diagnostic represents an informational message.\n"
example: []
syntax:
content: Information = 3
return:
type: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Hint
commentId: F:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Hint
id: Hint
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
langs:
- csharp
- vb
name: Hint
nameWithType: DiagnosticSeverity.Hint
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.Hint
type: Field
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Hint
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Contracts/Diagnostics.cs
startLine: 47
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
summary: "\nIndicates that the diagnostic represents a hint.\n"
example: []
syntax:
content: Hint = 4
return:
type: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references:
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
commentId: N:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
nameWithType: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
commentId: T:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
isExternal: false
name: DiagnosticSeverity
nameWithType: DiagnosticSeverity
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity