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

Class QueryExecutionSettings

Collection of settings related to the execution of queries

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

Properties

| Improve this Doc View Source

BatchSeparator

The configured batch separator, will use a default if a value was not configured

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

MaxCharsToStore

Declaration
public int MaxCharsToStore { get; set; }
Type Description
System.Int32
| Improve this Doc View Source

MaxXmlCharsToStore

Declaration
public int MaxXmlCharsToStore { get; set; }
Type Description
System.Int32

Methods

| Improve this Doc View Source

Update(QueryExecutionSettings)

Update the current settings with the new settings

Declaration
public void Update(QueryExecutionSettings newSettings)
Parameters
Type Name Description
QueryExecutionSettings newSettings

The new settings

  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX