Improve this Doc
View Source
Inheritance
System.Object
SymbolInformation
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class SymbolInformation
Properties
|
Improve this Doc
View Source
Declaration
public string ContainerName { get; set; }
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public SymbolKind Kind { get; set; }
|
Improve this Doc
View Source
Declaration
public Location Location { get; set; }
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
| Type |
Description |
| System.String |
|