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

Class ServerCapabilities

Inheritance
System.Object
ServerCapabilities
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class ServerCapabilities

Properties

| Improve this Doc View Source

CompletionProvider

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

DefinitionProvider

Declaration
public bool ? DefinitionProvider { get; set; }
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

DocumentHighlightProvider

Declaration
public bool ? DocumentHighlightProvider { get; set; }
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

DocumentSymbolProvider

Declaration
public bool ? DocumentSymbolProvider { get; set; }
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

HoverProvider

Declaration
public bool ? HoverProvider { get; set; }
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

ReferencesProvider

Declaration
public bool ? ReferencesProvider { get; set; }
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

SignatureHelpProvider

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

TextDocumentSync

Declaration
public TextDocumentSyncKind? TextDocumentSync { get; set; }
Type Description
System.Nullable<TextDocumentSyncKind>
| Improve this Doc View Source

WorkspaceSymbolProvider

Declaration
public bool ? WorkspaceSymbolProvider { get; set; }
Type Description
System.Nullable<System.Boolean>
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX