### YamlMime:ManagedReference items: - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues commentId: T:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues id: SqlToolsSettingsValues parent: Microsoft.SqlTools.ServiceLayer.SqlContext children: - Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.#ctor - Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.IntelliSense - Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.QueryExecutionSettings langs: - csharp - vb name: SqlToolsSettingsValues nameWithType: SqlToolsSettingsValues fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues type: Class source: remote: path: src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: SqlToolsSettingsValues path: ../src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs startLine: 108 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.SqlContext summary: "\nClass that is used to serialize and deserialize SQL Tools settings\n" example: [] syntax: content: public class SqlToolsSettingsValues content.vb: Public Class SqlToolsSettingsValues inheritance: - System.Object inheritedMembers: - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.#ctor commentId: M:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.#ctor id: '#ctor' parent: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues langs: - csharp - vb name: SqlToolsSettingsValues() nameWithType: SqlToolsSettingsValues.SqlToolsSettingsValues() fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.SqlToolsSettingsValues() type: Constructor source: remote: path: src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: .ctor path: ../src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs startLine: 113 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.SqlContext summary: "\nInitializes the Sql Tools settings values\n" example: [] syntax: content: public SqlToolsSettingsValues() content.vb: Public Sub New overload: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.IntelliSense commentId: P:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.IntelliSense id: IntelliSense parent: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues langs: - csharp - vb name: IntelliSense nameWithType: SqlToolsSettingsValues.IntelliSense fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.IntelliSense type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: IntelliSense path: ../src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs startLine: 123 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.SqlContext summary: "\nGets or sets the detailed IntelliSense settings\n" example: [] syntax: content: public IntelliSenseSettings IntelliSense { get; set; } content.vb: Public Property IntelliSense As IntelliSenseSettings parameters: [] return: type: Microsoft.SqlTools.ServiceLayer.SqlContext.IntelliSenseSettings overload: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.IntelliSense* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.QueryExecutionSettings commentId: P:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.QueryExecutionSettings id: QueryExecutionSettings parent: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues langs: - csharp - vb name: QueryExecutionSettings nameWithType: SqlToolsSettingsValues.QueryExecutionSettings fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.QueryExecutionSettings type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: QueryExecutionSettings path: ../src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs startLine: 128 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.SqlContext summary: "\nGets or sets the query execution settings\n" example: [] syntax: content: public QueryExecutionSettings QueryExecutionSettings { get; set; } content.vb: Public Property QueryExecutionSettings As QueryExecutionSettings parameters: [] return: type: Microsoft.SqlTools.ServiceLayer.SqlContext.QueryExecutionSettings overload: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.QueryExecutionSettings* modifiers.csharp: - public - get - set modifiers.vb: - Public references: - uid: Microsoft.SqlTools.ServiceLayer.SqlContext commentId: N:Microsoft.SqlTools.ServiceLayer.SqlContext isExternal: false name: Microsoft.SqlTools.ServiceLayer.SqlContext nameWithType: Microsoft.SqlTools.ServiceLayer.SqlContext fullName: Microsoft.SqlTools.ServiceLayer.SqlContext - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: false name: System nameWithType: System fullName: System - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.#ctor* commentId: Overload:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.#ctor isExternal: false name: SqlToolsSettingsValues nameWithType: SqlToolsSettingsValues.SqlToolsSettingsValues fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.SqlToolsSettingsValues - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.IntelliSense* commentId: Overload:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.IntelliSense isExternal: false name: IntelliSense nameWithType: SqlToolsSettingsValues.IntelliSense fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.IntelliSense - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.IntelliSenseSettings commentId: T:Microsoft.SqlTools.ServiceLayer.SqlContext.IntelliSenseSettings parent: Microsoft.SqlTools.ServiceLayer.SqlContext isExternal: false name: IntelliSenseSettings nameWithType: IntelliSenseSettings fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.IntelliSenseSettings - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.QueryExecutionSettings* commentId: Overload:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.QueryExecutionSettings isExternal: false name: QueryExecutionSettings nameWithType: SqlToolsSettingsValues.QueryExecutionSettings fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.QueryExecutionSettings - uid: Microsoft.SqlTools.ServiceLayer.SqlContext.QueryExecutionSettings commentId: T:Microsoft.SqlTools.ServiceLayer.SqlContext.QueryExecutionSettings parent: Microsoft.SqlTools.ServiceLayer.SqlContext isExternal: false name: QueryExecutionSettings nameWithType: QueryExecutionSettings fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.QueryExecutionSettings