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 SourceBatchSeparator
The configured batch separator, will use a default if a value was not configured
Declaration
public string BatchSeparator { get; set; }
Type | Description |
---|---|
System.String |
MaxCharsToStore
Declaration
public int MaxCharsToStore { get; set; }
Type | Description |
---|---|
System.Int32 |
MaxXmlCharsToStore
Declaration
public int MaxXmlCharsToStore { get; set; }
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceUpdate(QueryExecutionSettings)
Update the current settings with the new settings
Declaration
public void Update(QueryExecutionSettings newSettings)
Parameters
Type | Name | Description |
---|---|---|
QueryExecutionSettings | newSettings | The new settings |