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

Class SqlToolsSettings

Class for serialization and deserialization of the settings the SQL Tools Service needs.

Inheritance
System.Object
SqlToolsSettings
Namespace:Microsoft.SqlTools.ServiceLayer.SqlContext
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class SqlToolsSettings

Properties

| Improve this Doc View Source

IsDiagnositicsEnabled

Gets a flag determining if diagnostics are enabled

Declaration
public bool IsDiagnositicsEnabled { get; }
Type Description
System.Boolean
| Improve this Doc View Source

IsIntelliSenseEnabled

Gets a flag determining if IntelliSense is enabled

Declaration
public bool IsIntelliSenseEnabled { get; }
Type Description
System.Boolean
| Improve this Doc View Source

IsQuickInfoEnabled

Gets a flag determining if quick info is enabled

Declaration
public bool IsQuickInfoEnabled { get; }
Type Description
System.Boolean
| Improve this Doc View Source

IsSuggestionsEnabled

Gets a flag determining if suggestions are enabled

Declaration
public bool IsSuggestionsEnabled { get; }
Type Description
System.Boolean
| Improve this Doc View Source

QueryExecutionSettings

Query excution settings forwarding property

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

SqlTools

Gets or sets the underlying settings value object

Declaration
[JsonProperty("mssql")]
public SqlToolsSettingsValues SqlTools { get; set; }
Type Description
SqlToolsSettingsValues

Methods

| Improve this Doc View Source

Update(SqlToolsSettings)

Updates the extension settings

Declaration
public void Update(SqlToolsSettings settings)
Parameters
Type Name Description
SqlToolsSettings settings
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX