SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class SymbolInformation

Inheritance
System.Object
SymbolInformation
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class SymbolInformation

Properties

| Improve this Doc View Source

ContainerName

Declaration
public string ContainerName { get; set; }
Type Description
System.String
| Improve this Doc View Source

Kind

Declaration
public SymbolKind Kind { get; set; }
Type Description
SymbolKind
| Improve this Doc View Source

Location

Declaration
public Location Location { get; set; }
Type Description
Location
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Type Description
System.String
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX