Class SymbolInformation
Inheritance
System.Object
SymbolInformation
Inherited Members
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()
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class SymbolInformation
Properties
| Improve this Doc View SourceContainerName
Declaration
public string ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
Declaration
public SymbolKind Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| SymbolKind |
Location
Declaration
public Location Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |