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

Class SignatureHelp

Inheritance
System.Object
SignatureHelp
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class SignatureHelp

Properties

| Improve this Doc View Source

ActiveParameter

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

ActiveSignature

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

Signatures

Declaration
public SignatureInformation[] Signatures { get; set; }
Type Description
SignatureInformation[]
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX