### YamlMime:ManagedReference items: - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult commentId: T:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult id: AutoCompletionResult parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion children: - Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.#ctor - Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult(Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[]) - Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompletionItems - Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.Duration langs: - csharp - vb name: AutoCompletionResult nameWithType: AutoCompletionResult fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult type: Class source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: AutoCompletionResult path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs startLine: 15 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion summary: "\nIncludes the objects created by auto completion service\n" example: [] syntax: content: public class AutoCompletionResult content.vb: Public Class AutoCompletionResult 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.LanguageServices.Completion.AutoCompletionResult.#ctor commentId: M:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.#ctor id: '#ctor' parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult langs: - csharp - vb name: AutoCompletionResult() nameWithType: AutoCompletionResult.AutoCompletionResult() fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.AutoCompletionResult() type: Constructor source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: .ctor path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs startLine: 20 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion summary: "\nCreates new instance\n" example: [] syntax: content: public AutoCompletionResult() content.vb: Public Sub New overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult(Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[]) commentId: M:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult(Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[]) id: CompleteResult(Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[]) parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult langs: - csharp - vb name: CompleteResult(CompletionItem[]) nameWithType: AutoCompletionResult.CompleteResult(CompletionItem[]) fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult(Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[]) type: Method source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: CompleteResult path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs startLine: 31 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion summary: "\nCompletes the results to calculate the duration\n" example: [] syntax: content: public void CompleteResult(CompletionItem[] completionItems) content.vb: Public Sub CompleteResult(completionItems As CompletionItem()) parameters: - id: completionItems type: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[] overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult* nameWithType.vb: AutoCompletionResult.CompleteResult(CompletionItem()) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult(Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem()) name.vb: CompleteResult(CompletionItem()) - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.Duration commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.Duration id: Duration parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult langs: - csharp - vb name: Duration nameWithType: AutoCompletionResult.Duration fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.Duration type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Duration path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs startLine: 40 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion summary: "\nThe number of milliseconds to process the result\n" example: [] syntax: content: public double Duration { get; } content.vb: Public ReadOnly Property Duration As Double parameters: [] return: type: System.Double overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.Duration* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompletionItems commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompletionItems id: CompletionItems parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult langs: - csharp - vb name: CompletionItems nameWithType: AutoCompletionResult.CompletionItems fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompletionItems type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: CompletionItems path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/AutoCompletionResult.cs startLine: 51 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion summary: "\nCompletion list\n" example: [] syntax: content: public CompletionItem[] CompletionItems { get; } content.vb: Public ReadOnly Property CompletionItems As CompletionItem() parameters: [] return: type: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[] overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompletionItems* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly references: - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion commentId: N:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion isExternal: false name: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion nameWithType: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion - 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.LanguageServices.Completion.AutoCompletionResult.#ctor* commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.#ctor isExternal: false name: AutoCompletionResult nameWithType: AutoCompletionResult.AutoCompletionResult fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.AutoCompletionResult - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult* commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult isExternal: false name: CompleteResult nameWithType: AutoCompletionResult.CompleteResult fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompleteResult - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[] name: CompletionItem[] nameWithType: CompletionItem[] fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem[] nameWithType.vb: CompletionItem() fullname.vb: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem() name.vb: CompletionItem() spec.csharp: - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem name: CompletionItem nameWithType: CompletionItem fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem - name: '[]' nameWithType: '[]' fullName: '[]' spec.vb: - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem name: CompletionItem nameWithType: CompletionItem fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem - name: () nameWithType: () fullName: () - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.Duration* commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.Duration isExternal: false name: Duration nameWithType: AutoCompletionResult.Duration fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.Duration - uid: System.Double commentId: T:System.Double parent: System isExternal: true name: Double nameWithType: Double fullName: System.Double - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompletionItems* commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompletionItems isExternal: false name: CompletionItems nameWithType: AutoCompletionResult.CompletionItems fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.CompletionItems