### YamlMime:ManagedReference items: - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation id: SymbolInformation parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts children: - Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.ContainerName - Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Kind - Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Location - Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Name langs: - csharp - vb name: SymbolInformation nameWithType: SymbolInformation fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation type: Class source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: SymbolInformation path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs startLine: 31 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts syntax: content: public class SymbolInformation content.vb: Public Class SymbolInformation 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.Workspace.Contracts.SymbolInformation.Name commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Name id: Name parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation langs: - csharp - vb name: Name nameWithType: SymbolInformation.Name fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Name type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Name path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs startLine: 33 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts syntax: content: public string Name { get; set; } content.vb: Public Property Name As String parameters: [] return: type: System.String overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Name* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Kind commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Kind id: Kind parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation langs: - csharp - vb name: Kind nameWithType: SymbolInformation.Kind fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Kind type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Kind path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs startLine: 35 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts syntax: content: public SymbolKind Kind { get; set; } content.vb: Public Property Kind As SymbolKind parameters: [] return: type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolKind overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Kind* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Location commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Location id: Location parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation langs: - csharp - vb name: Location nameWithType: SymbolInformation.Location fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Location type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Location path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs startLine: 37 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts syntax: content: public Location Location { get; set; } content.vb: Public Property Location As Location parameters: [] return: type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.Location overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Location* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.ContainerName commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.ContainerName id: ContainerName parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation langs: - csharp - vb name: ContainerName nameWithType: SymbolInformation.ContainerName fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.ContainerName type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: ContainerName path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/WorkspaceSymbols.cs startLine: 39 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts syntax: content: public string ContainerName { get; set; } content.vb: Public Property ContainerName As String parameters: [] return: type: System.String overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.ContainerName* modifiers.csharp: - public - get - set modifiers.vb: - Public references: - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts commentId: N:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts isExternal: false name: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts nameWithType: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts - 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.Workspace.Contracts.SymbolInformation.Name* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Name isExternal: false name: Name nameWithType: SymbolInformation.Name fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Name - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Kind* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Kind isExternal: false name: Kind nameWithType: SymbolInformation.Kind fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Kind - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolKind commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolKind parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts isExternal: false name: SymbolKind nameWithType: SymbolKind fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolKind - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Location* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Location isExternal: false name: Location nameWithType: SymbolInformation.Location fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.Location - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.Location commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.Location parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts isExternal: false name: Location nameWithType: Location fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.Location - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.ContainerName* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.ContainerName isExternal: false name: ContainerName nameWithType: SymbolInformation.ContainerName fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.ContainerName