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

Class SignatureInformation

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

Properties

| Improve this Doc View Source

Documentation

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

Label

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

Parameters

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

© Microsoft  //  Generated with DocFX